youtube-dl/youtube_dl/downloader
Jaime Marquínez Ferrándiz 3c91e41614 [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).
2016-01-10 14:41:38 +01:00
..
__init__.py
common.py Rename error_to_str to error_to_compat_str 2015-12-20 07:00:39 +06:00
dash.py
external.py
f4m.py [downloader/f4m] Decode manifest before fixing 2015-12-11 20:28:44 +06:00
fragment.py [downloader/fragment] Don't fail if the 'Content-Length' header is missing 2016-01-10 14:41:38 +01:00
hls.py [downloader/hls] Don't let ffmpeg read from stdin (#8139) 2016-01-04 18:35:31 +01:00
http.py
rtmp.py
rtsp.py