mirror of
https://code.hackerspace.pl/q3k/youtube-dl
synced 2025-03-16 01:50:24 +00:00

In some dailymotion videos (like http://www.dailymotion.com/video/x3k0dtv from #8156) the segments URLs don't have the 'Content-Length' header and HttpFD sets the 'totat_bytes' field to None, so we also use '0' in that case (since we do different math operations with it).