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>'. |
10 years ago | |
---|---|---|
.. | ||
__init__.py | [youtube] Fixup DASH m4a headers | 10 years ago |
atomicparsley.py | [util] Move compatibility functions out of util | 10 years ago |
common.py | [test_unicode_literals] Arm unicode_literals check | 10 years ago |
execafterdownload.py | Fix PEP8 issue E713 | 10 years ago |
ffmpeg.py | [postprocessor/ffmpeg] Don't let ffmpeg read from stdin (fixes #4945) | 10 years ago |
xattrpp.py | [test_unicode_literals] Arm unicode_literals check | 10 years ago |