1
0
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-12-25 02:46:54 +00:00
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.
2015-01-11 11:35:18 +01:00
..
downloader
extractor
postprocessor
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
swfinterp.py
update.py
utils.py
version.py
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