youtube-dl/youtube_dl/downloader
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)
2016-01-04 18:35:31 +01:00
..
__init__.py [downloader/dash] Rename the protocol 2015-06-04 22:27:29 +08:00
common.py Rename error_to_str to error_to_compat_str 2015-12-20 07:00:39 +06:00
dash.py Switch codebase to use sanitized_Request instead of 2015-11-23 21:56:23 +06:00
external.py [downloader/external] Use generalized cli option converters 2015-09-05 03:06:28 +06:00
f4m.py [downloader/f4m] Decode manifest before fixing 2015-12-11 20:28:44 +06:00
fragment.py [downloader/fragment] Respect --retries for fragment based downloaders (Closes #6549) 2015-08-13 21:07:14 +06:00
hls.py [downloader/hls] Don't let ffmpeg read from stdin (#8139) 2016-01-04 18:35:31 +01:00
http.py Switch codebase to use sanitized_Request instead of 2015-11-23 21:56:23 +06:00
rtmp.py Typo fix, found while going through the code. 2015-11-20 22:51:46 +05:30
rtsp.py [mplayer] Rename to RTSP 2015-04-26 00:25:51 +06:00