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.
Can't automatically over write existing downloaded file #14031
Comments
|
|
|
Thank you, especially for the quick response. I don't understand why it works. I have taken the documentation literally which says "Do not resume partially downloaded files (restart from beginning)". Is a fully downloaded file the same as a partially downloaded file ? I guess so. Can I suggest a small redraft: "Do not resume partially downloaded files (restart from beginning). Also, overwrite completed downloads." Also, --no-overwrites will override --no-continue which is good but not apparent from documentation. |
|
Sorry but, I find this frustrating. I can't get youtube-dl to overwrite any fully downloaded files. No, I'm not thinking of partially downloaded files (which can be handled with --no-continue). I am thinking of downloads that are completed. In my tests, "--no-continue" does not force overwrite a completed download. youtube-dl still reports: " has already been downloaded and merged" and nothing is downloaded. What use is the --no-overwrites parameter when youtube-dl will never overwrite a completed download anyway ? Probably, I've missed something so my question is: "In what situations does youtube-dl overwrite completed downloads ?" Thanks. |
|
I find this confusing too, youtube-dl has a |
|
It's very odd as youtube-dl will not overwrite a completed download in any case, as far as I can tell. The two continue options only seem to work when a download has been partially completed. "--no-continue" will overwrite what has been downloaded. I don't understand when "--continue" might be needed but, it doesn't hurt to use it. Also, the developers have stated in response to a number of questions that "--no-continue" will over-write a completed download but, I've never been able to get that to work (link to example). In fact the readme says: "Do not resume partially downloaded files (restart from beginning)" which says nothing about completed downloads. I guess the only option is to delete the completed download manually or by script before running youtube-dl. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
This is the full verbose output:
Am issuing this command:
youtube-dl --restrict-filenames -o '%(title)s.%(ext)s' URL
The download file exists but is not over written. Is there a way to force over writing ?