yt-dlc/youtube_dl
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
..
downloader [downloader/hls] Don't let ffmpeg read from stdin (#8139) 2016-01-04 18:35:31 +01:00
extractor [rte:radio] Extract timestamp 2016-01-04 05:04:48 +06:00
postprocessor [FFmpegPostProcessor] Default of prefer ffmpeg 2015-12-09 20:56:00 -03:00
YoutubeDL.py [ccc] Add language information to formats 2016-01-01 13:28:45 +01:00
__init__.py Using internal opener 2015-11-10 17:15:23 +02:00
__main__.py
aes.py
cache.py
compat.py Rename compat_urllib_request_Request to sanitized_Request and move to utils 2015-11-23 21:55:15 +06:00
jsinterp.py [jsinterp] Extend function regex (Closes #7900, closes #7901) 2015-12-18 18:57:49 +06:00
options.py [options] Prefer --convert-subs spelling 2015-12-30 23:12:35 +06:00
swfinterp.py
update.py Use proper encoding on compat_str construction when necessary 2015-12-20 06:29:36 +06:00
utils.py [utils] Extract known extensions for reuse 2016-01-04 01:08:34 +06:00
version.py release 2016.01.01 2016-01-01 12:17:10 +01:00