mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-20 16:54:27 +08:00
cffcbc02de
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>'.
cffcbc02de
·
2015-02-13 22:25:34 +01:00
History