1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 18:09:28 +00:00
youtube-dl/youtube_dl/postprocessor
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
..
__init__.py [youtube] Fixup DASH m4a headers 2015-01-23 18:39:12 +01:00
atomicparsley.py [util] Move compatibility functions out of util 2014-11-02 11:23:42 +01:00
common.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
execafterdownload.py Fix PEP8 issue E713 2014-12-09 23:11:26 +01:00
ffmpeg.py [postprocessor/ffmpeg] Don't let ffmpeg read from stdin (fixes #4945) 2015-02-13 22:25:34 +01:00
xattrpp.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00