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: Mark video as downloaded (--download-archive) #13687
Comments
|
I know that this is no real solution, but rather a workaround. This is what the download archive looks like: (example videos)
... and so on. As a short term solution, you could write a small script to check for those errors you mentioned and let it put the links into the file manually. |
|
Can I specify a path to the file archive through parameters like for --output? |
|
youtube-dl detects that similar file exists in the output directory. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.07.15. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
I want to mark some videos as "downloaded", to prevent them from being re-downloaded.
Specifically, there are some videos where the subtitles are 404. The video downloads fine, but the subtitles do not, so the video is not marked in the downlaoded archive list.
This means that it re-attempts to download it, re-fixes malformed audio, makes a new copy, and that winds up being re-backed up every time, and shows as a new file.
I'd like to be able to say "This is done".