From: Li Chen Date: 2009-02-02T07:11:45+09:00 Subject: Re: How to download all mp3 files from this website? Michael Guterl wrote: > mp3scrape may work for your needs. > > http://codeforpeople.com/lib/ruby/mp3scrape/mp3scrape-0.0.1/ > Hi Michael, Thank you very much. What is the right syntex for using mp3scrape? I can not load mp3scrape after I use gem install to install the gem. Li ############################ C:\Users\Alex>irb irb(main):001:0> require 'mp3scrape' LoadError: no such file to load -- mp3scrape from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from (irb):1 -- Posted via http://www.ruby-forum.com/.