yt-dlp/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
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
swfinterp.py
update.py
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
YoutubeDL.py [ccc] Add language information to formats 2016-01-01 13:28:45 +01:00