From: kevid Date: 2010-07-01T02:50:10+09:00 Subject: AUDIO FILE DOWNLOAD IN RUBY hi all, Please could some on help me with a code to download an audio file in ruby. the code below does not work;; url = "http://stream.esvmedia.org/mp3-play/hw/19023001-19023006.mp3" res = Net::HTTP.get_response(URI.parse(url)) puts res.body