yt-dlp/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.
2015-01-11 11:35:18 +01:00
..
downloader [downloader/f4m] Minor cleanup 2015-01-05 21:12:33 +02:00
extractor [veehd] Update test 2015-01-11 16:20:39 +06:00
postprocessor [ffmpeg] Call encodeFilename on filenames 2015-01-10 06:13:18 +01:00
YoutubeDL.py YoutubeDL: Make the decision about removing the original file after each postprocessor is run (fixes #2261) 2015-01-11 11:35:18 +01:00
__init__.py [YoutubeDL] Add new --call-home option for debugging 2015-01-10 21:02:27 +01:00
__main__.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
aes.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
cache.py [cache] Fix writing to paths with unicode characters 2014-11-19 00:02:24 +01:00
compat.py [compat] Correct socket error class reference 2015-01-11 10:47:39 +01:00
jsinterp.py Update jsinterp.py 2014-11-21 17:09:22 +08:00
options.py [options] Add --no-call-home 2015-01-10 21:09:18 +01:00
swfinterp.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
update.py Add new option --source-address 2015-01-10 19:56:51 +01:00
utils.py [utils] Fix call to _create_http_connection 2015-01-10 20:05:30 +01:00
version.py release 2015.01.10.2 2015-01-10 21:03:00 +01:00