Python 3 resuma a file download

Irmen de Jong irmen.NOSPAM at xs4all.nl
Thu Jul 2 17:31:09 EDT 2015


On 2-7-2015 22:27, zljubisic at gmail.com wrote:
> This is my final version which doesn't work. :(
> Actually, it works with another file on another server, but doesn't work with mp4 files on this particular server.
> 
> I really don't know what to do?

Do you really need to download these files using Python?
Why not use a tool such as curl or wget:

$ wget --continue http://video.hrt.hr/2906/otv296.mp4

will download it and you'll be able to resume a partial download with that command as well.

Irmen




More information about the Python-list mailing list