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.
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.
11 years ago
..
extractor [googleplus] Fix upload_date detection 11 years ago
FileDownloader.py If the file is already downloaded include the size in the progress hook 11 years ago
InfoExtractors.py Remove mentions of old InfoExtractors module 11 years ago
PostProcessor.py Don't embed subtitles if the list is empty or the field is not set (fixes #1510) 11 years ago
YoutubeDL.py Add basic --download-archive option 11 years ago
__init__.py Add basic --download-archive option 11 years ago
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 11 years ago
aes.py Let aes_decrypt_text return bytes instead of unicode 11 years ago
update.py [update] Prevent cmd window popup on Windows (Fixes #1478) 11 years ago
utils.py Add basic --download-archive option 11 years ago
version.py release 2013.10.04 11 years ago