How do I download a zip file in python using urllib2?

前端 未结 2 1394
孤街浪徒
孤街浪徒 2020-12-05 02:48

Two part question. I am trying to download multiple archived Cory Doctorow podcasts from the internet archive. The old one\'s that do not come into my iTunes feed. I have wr

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 03:18

    An older solution on SO along the lines of what you want:

    • download a zip file to a local drive and extract all files to a destination folder using python 2.5

    • Python and urllib

提交回复
热议问题