youtube-dl/youtube_dl
Jaime Marquínez Ferrándiz cffcbc02de [postprocessor/ffmpeg] Don't let ffmpeg read from stdin (fixes #4945)
If you run 'while read aurl ; do youtube-dl --extract-audio "${aurl}"; done < path_to_batch_file'  (batch_file contains one url per line) each call to youtube-dl consumed some characters and 'read' would assing to 'aurl' a non valid url, something like 'tube.com/watch?v=<id>'.
2015-02-13 22:25:34 +01:00
..
downloader
extractor [1tv] Cover arbitraty URLs 2015-02-14 02:04:28 +06:00
postprocessor [postprocessor/ffmpeg] Don't let ffmpeg read from stdin (fixes #4945) 2015-02-13 22:25:34 +01:00
YoutubeDL.py
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
swfinterp.py
update.py
utils.py
version.py