download mbox files over https using python
Posted
by VenkatS
on Stack Overflow
See other posts from Stack Overflow
or by VenkatS
Published on 2010-03-22T15:19:31Z
Indexed on
2010/03/22
15:21 UTC
Read the original article
Hit count: 299
I was trying to find the right module for downloading kernel patches from kernel.org site
For example,to download the file at https://patchwork.kernel.org/patch/62948/mbox/
I understand urlgrabber has a problem with https on debian. urllib2 seems to have problem with this url as well (says getaddrinfo failed, even though there are no problems reaching other urls)
Any help would be appreciated
© Stack Overflow or respective owner