You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>'.
9 years ago
..
__init__.py [youtube] Fixup DASH m4a headers 9 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) 9 years ago
xattrpp.py [test_unicode_literals] Arm unicode_literals check 10 years ago