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.
--no-continue behavior seems different from description in documentation #21467
Comments
|
youtube-dl clearly should restart from the beginning if It seems as if the logic behind Verbose logBelow is the output of youtube-dl run twice, the second run cancelled after 2-3 seconds, in which it is definitely impossible to reach 4.5% of this download with my internet connection.
|
Checklist
Verbose log
Description
This is the description of
--no-continuein the documentation:When I interrupt a download, it leaves a .part file and a .ytdl file. Based on the description of
--no-continue, I would assume that using this option and starting the download process again with the same URL would start the download again from 0% ("restart from the beginning"), however it resumes from the percentage it was at when it was interrupted.I'm not sure if this is an issue with the
--no-continuefunctionality or with the description in the documentation.