youtube-dl/youtube_dl
Jaime Marquínez Ferrándiz ecc6bd1341 YoutubeDL.post_process: simplify keep_video handling
Since keep_video started as None we always set it to keep_video_wish unless it was None, so in the end keep_video == keep_video_wish. This should have been changed in f3ff1a3696, but I didn't notice it.
2015-04-17 22:38:14 +02:00
..
downloader Default to continuedl=True 2015-03-28 08:11:39 +01:00
extractor [comedycentral] Fix feed uri request (Closes #5449, closes #5455) 2015-04-17 23:41:07 +06:00
postprocessor FFmpegExtractAudioPP: Simplify handling of already existing files 2015-04-17 22:37:27 +02:00
__init__.py Do not encode outtmpl twice (Closes #5288) 2015-04-04 00:30:37 +06:00
__main__.py
aes.py
cache.py
compat.py Don't use bare 'except:' 2015-03-27 13:02:20 +01:00
jsinterp.py
options.py [options] Fix file based configurations for python 2 (Closes #5401) 2015-04-12 03:57:56 +06:00
swfinterp.py
update.py Don't use bare 'except:' 2015-03-27 13:02:20 +01:00
utils.py InfoExtractor._search_regex: Suggest updating when the regex is not found (suggested in #5442) 2015-04-17 14:55:24 +02:00
version.py release 2015.04.17 2015-04-17 11:14:25 +02:00
YoutubeDL.py YoutubeDL.post_process: simplify keep_video handling 2015-04-17 22:38:14 +02:00