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.
Jaime Marquínez Ferrándiz 3f17c357d9 [downloader/hls] Don't let ffmpeg read from stdin (#8139)
If you run 'while read aurl ; do youtube-dl "${aurl}"; done < path_to_batch_file'  (batch_file contains one url per line that uses the hls downloader) each call to youtube-dl consumed some characters and 'read' would assing to 'aurl' a non valid url

(This is the same problem that was fixed for the ffmpeg postprocessors in cffcbc02de)
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] Respect --retries for fragment based downloaders (Closes #6549) 9 years ago
hls.py [downloader/hls] Don't let ffmpeg read from stdin (#8139) 8 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