On 2-7-2015 22:27, zljubi...@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

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to