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.
Skip already downloaded files #14606
Comments
|
Thanks you, and sorry for not noticing this. |
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Im suggesting a new flag
I usually download an entire channel from youtube, but then once I download all the videos it's hard to keep the downloaded folder up to date, would be nice if it could like not download everything again if I ran the command again. So I could set up a script to run it on a specified schedule and it would only download new videos.
The command could create a
downloaded-urls.txtcontaining the list of all downloaded files, so it could just read this file and skip the videos on this list. Or maybe it could recursively read all the*.jsonfiles in the target folder to determine if the video is already there.My config file