mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-17 07:47:35 +01:00
3c91e41614
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).