[downloader/fragment] Don't fail if the 'Content-Length' header is missing
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 10 Jan 2016 13:32:53 +0000 (14:32 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 10 Jan 2016 13:41:38 +0000 (14:41 +0100)
commit3c91e41614a0f3bfab8710e861c895b78d93bce8
tree82710cb919c9123af8953900a3cabb8a7d9a2d75
parent7e8a800f29d52cbc6057638595df05ac69f622bb
[downloader/fragment] Don't fail if the 'Content-Length' header is missing

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).
youtube_dl/downloader/fragment.py