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; resume progress #9016
Comments
|
It does by default.
Do not post screenshots of verbose log only plain text is acceptable. The output (including the first lines) contains important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever. |
I don't know how difficult it would be to do this, but here goes...
I'm attempting to download all of the videos from a particular Vimeo channel. I hit their internal rate limiter and so youtube-dl quit. After a day or so, I went to run the tool again, but instead of picking up where it left off, it started from the beginning again, downloading videos it had already downloaded.
Is there a way for it to check if a file already exists in the folder with that name and skip that particular download if it does?
If it makes a difference, I'm using the latest Windows client (2016.03.27).