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.
yt-dlp/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.
10 years ago
..
downloader Default to continuedl=True 10 years ago
extractor [comedycentral] Fix feed uri request (Closes #5449, closes #5455) 10 years ago
postprocessor FFmpegExtractAudioPP: Simplify handling of already existing files 10 years ago
YoutubeDL.py YoutubeDL.post_process: simplify keep_video handling 10 years ago
__init__.py Do not encode outtmpl twice (Closes #5288) 10 years ago
__main__.py
aes.py [aes] style: Put __all__ variable at the end of the file 10 years ago
cache.py
compat.py Don't use bare 'except:' 10 years ago
jsinterp.py [jsinterp] Disable comment support 10 years ago
options.py [options] Fix file based configurations for python 2 (Closes #5401) 10 years ago
swfinterp.py
update.py Don't use bare 'except:' 10 years ago
utils.py InfoExtractor._search_regex: Suggest updating when the regex is not found (suggested in #5442) 10 years ago
version.py release 2015.04.17 10 years ago