1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-18 09:49:36 +00:00
youtube-dl/youtube_dl
Philipp Hagemeister c1c9a79c49 Add basic --download-archive option
Often, users want to be able to download only videos they haven't seen before, despite the video files having been deleted or moved in the mean time.
When --download-archive FILE is given, the extractor and ID of every download is recorded in the specified file. If it is already present, the video in question is skipped.
2013-10-06 04:27:10 +02:00
..
extractor [googleplus] Fix upload_date detection 2013-10-05 16:38:33 +02:00
__init__.py Add basic --download-archive option 2013-10-06 04:27:10 +02:00
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 2013-04-11 08:02:17 +03:00
aes.py Let aes_decrypt_text return bytes instead of unicode 2013-08-28 16:03:35 +02:00
FileDownloader.py If the file is already downloaded include the size in the progress hook 2013-09-22 23:39:30 +02:00
InfoExtractors.py Remove mentions of old InfoExtractors module 2013-06-23 22:42:59 +02:00
PostProcessor.py Don't embed subtitles if the list is empty or the field is not set (fixes #1510) 2013-09-27 08:08:43 +02:00
update.py [update] Prevent cmd window popup on Windows (Fixes #1478) 2013-09-29 14:37:06 +02:00
utils.py Add basic --download-archive option 2013-10-06 04:27:10 +02:00
version.py release 2013.10.04 2013-10-04 00:38:19 +02:00
YoutubeDL.py Add basic --download-archive option 2013-10-06 04:27:10 +02:00