From: andrew mcelroy Date: 2010-07-01T02:57:27+09:00 Subject: Re: AUDIO FILE DOWNLOAD IN RUBY --0016e647182e13b408048a431693 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jun 30, 2010 at 12:50 PM, kevid wrote: > hi all, > > Please could some on help me with a code to download an audio file in > ruby. > the code below does not work;; > Are you trying to stream a MP3 or are you trying to download it no differently than any other binary format? Andrew McElroy > > url = "http://stream.esvmedia.org/mp3-play/hw/19023001-19023006.mp3" > > res = Net::HTTP.get_response(URI.parse(url)) > > puts res.body > > > > > --0016e647182e13b408048a431693--