On Fri, Sep 11, 2009 at 7:43 PM, Chuck <galois...@gmail.com> wrote:
> Does anyone know how I should read/download the mp3 file, and how I
> should write/save it so that I can play it on a media player such as
> Windoze media player?  Excuse my ignorance, but I am a complete noob
> at this.  I downloaded the mp3, and I got a ton of hex, I think, but
> it could've been unicode.

urllib.urlretrieve():
http://docs.python.org/library/urllib.html#urllib.urlretrieve

Cheers,
Chris
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to