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
Jaime Marquínez Ferrándiz f3ff1a3696 YoutubeDL: Make the decision about removing the original file after each postprocessor is run (fixes #2261)
If one of the processors said the file should be kept, it wouldn't pay
attention to the response from the following processors. This was wrong if the
'keep_video' option was False, if the first extractor modifies the original file
and then we extract its audio we don't want to keep the original video file.
9 years ago
..
downloader [downloader/f4m] Minor cleanup 9 years ago
extractor [veehd] Update test 9 years ago
postprocessor [ffmpeg] Call encodeFilename on filenames 9 years ago
YoutubeDL.py YoutubeDL: Make the decision about removing the original file after each postprocessor is run (fixes #2261) 9 years ago
__init__.py [YoutubeDL] Add new --call-home option for debugging 9 years ago
__main__.py [test_unicode_literals] Arm unicode_literals check 10 years ago
aes.py [test_unicode_literals] Arm unicode_literals check 10 years ago
cache.py [cache] Fix writing to paths with unicode characters 10 years ago
compat.py [compat] Correct socket error class reference 9 years ago
jsinterp.py Update jsinterp.py 10 years ago
options.py [options] Add --no-call-home 9 years ago
swfinterp.py Fix imports and general cleanup 10 years ago
update.py Add new option --source-address 9 years ago
utils.py [utils] Fix call to _create_http_connection 9 years ago
version.py release 2015.01.10.2 9 years ago