urllib.urlretrieve error
Sam Sungshik Kong
ssk at chol.nospam.net
Sat May 22 19:54:32 EDT 2004
Hello!
I'm trying to download PDF files from web to my computer using urllib.
Some pdf files are fine but other files are downloaded only 6kB which is
wrong.
It didn't show any error message.
I use urllib.urlretrieve(url, fn).
So I tried to download with Internet Explorer and it worked fine.
Anyone knows why?
My another question is how I can retrieve "mms:..." files.
urllib.urlretrieve doesn't work with that protocol.
Thanks.
Sam
More information about the Python-list
mailing list