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
..
2015-02-14 02:04:28 +06:00
2015-02-10 04:22:10 +01:00
2015-02-02 01:49:32 +01:00
2014-12-13 12:35:45 +01:00
2015-01-10 19:56:51 +01:00
2015-02-11 19:02:39 +01:00