about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-02-13 22:25:34 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-02-13 22:25:34 +0100
commitcffcbc02de504d84e1c2677bb525c00b03e04f53 (patch)
tree1fc4c384f77c412470d66e595e1eb8cb00f47467 /Makefile
parent9347fddbfc81114f85fecc72e8452813ef130fdb (diff)
downloadyoutube-dl-cffcbc02de504d84e1c2677bb525c00b03e04f53.tar.gz
youtube-dl-cffcbc02de504d84e1c2677bb525c00b03e04f53.tar.xz
youtube-dl-cffcbc02de504d84e1c2677bb525c00b03e04f53.zip
[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>'.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions