1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-03-06 06:10:42 +00:00
Files
yt-dlp/youtube_dl/__init__.py
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

34 KiB