You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
8 years ago
..
__init__.py [downloader/dash] Rename the protocol 9 years ago
common.py Rename error_to_str to error_to_compat_str 9 years ago
dash.py Switch codebase to use sanitized_Request instead of 9 years ago
external.py [downloader/external] Use generalized cli option converters 9 years ago
f4m.py [downloader/f4m] Decode manifest before fixing 9 years ago
fragment.py [downloader/fragment] Don't fail if the 'Content-Length' header is missing 8 years ago
hls.py [downloader/hls] Don't let ffmpeg read from stdin (#8139) 9 years ago
http.py Switch codebase to use sanitized_Request instead of 9 years ago
rtmp.py Typo fix, found while going through the code. 9 years ago
rtsp.py [mplayer] Rename to RTSP 9 years ago