Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Downloading YT channel or playlist - store previously downloaded video IDs #4806
Comments
|
I don't know if you have already found it, but |
It would be a nice feature if youtube-dl could have an option to maintain a list of successfully downloaded video IDs from YouTube in a text file or sqlite DB or something, it would save a lot of time and website calls downloading whole channels or playlists instead of probing each video to see if it has been downloaded or not. (ie. if there is an error and youtube-dl stops or if someone is just keeping a local backup of the channel/playlist and wants to run youtube-dl nightly/weekly or something like that.)
I'd do it myself, but I don't know Python.