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.
Feature Request: #13217
Feature Request: #13217
Comments
|
You can replace download archive any time it's a simple text file. Clearly explain what are you doing and what is not correct. |
|
Nothing is incorrect. This is more of a use-case request. How can I re-create the full --download-archive from a channel without going through every video? |
|
You can't. In general you don't know the video id until you go through every video. |
Would be great if you could replace your archive.txt if it was overriden by mistake.
The closest I was able to do it with was:
# youtube-dl --get-id --skip-download --ignore-config --download-archive archive.txt https://www.youtube.com/xxx > archive.txtThe script still goes through every video to check the video and for a large playlist it take a while. Out of the 1400 videos I only want the last 5 + 1 more in the middle.