Add basic --download-archive option
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 6 Oct 2013 02:27:09 +0000 (04:27 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 6 Oct 2013 02:27:10 +0000 (04:27 +0200)
commitc1c9a79c49e8656f3244744e6f4e336e47a03206
treeed96070e8cd734f4eb47f8ecf92c2bc6c2d61427
parent226113c880f90e35dade151807b45138fb306af4
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.
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
youtube_dl/utils.py