1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-03 02:49:28 +00:00
youtube-dl/youtube_dl
Jaime Marquínez Ferrándiz 592e97e855 Postprocessors: use a list for the files that can be deleted
We could only know if we had to delete the original file, but this system allows to specify us more files (like subtitles).
2015-04-18 11:36:42 +02:00
..
downloader Default to continuedl=True 2015-03-28 08:11:39 +01:00
extractor [facebook] Extend _VALID_URL take 2 (#5120) 2015-04-18 16:08:24 +08:00
postprocessor Postprocessors: use a list for the files that can be deleted 2015-04-18 11:36:42 +02:00
__init__.py Do not encode outtmpl twice (Closes #5288) 2015-04-04 00:30:37 +06:00
__main__.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
aes.py [aes] style: Put __all__ variable at the end of the file 2015-02-11 18:15:15 +01:00
cache.py [cache] Fix writing to paths with unicode characters 2014-11-19 00:02:24 +01:00
compat.py Don't use bare 'except:' 2015-03-27 13:02:20 +01:00
jsinterp.py [jsinterp] Disable comment support 2015-02-18 10:47:42 +01:00
options.py [options] Fix file based configurations for python 2 (Closes #5401) 2015-04-12 03:57:56 +06:00
swfinterp.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
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 Postprocessors: use a list for the files that can be deleted 2015-04-18 11:36:42 +02:00