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.
Determine completed status without downloading videos? #12047
Comments
|
Store video ids in |
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.02.10. 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?
How can I determine from bash if youtube-dl still has work to do for a particular playlist WITHOUT downloading videos? For example, if youtube-dl is used to CONTINUE downloading an existing playlist (for example, a Pluralsight course, a Youtube channel, etc.), youtube-dl loads the manifest and determines one-by-one if a video has already been downloaded. I would like to use youtube-dl to determine if all of the videos have already been downloaded WITHOUT doing the actual download. The goal is to mark the Pluralsight course or Youtube channel as "complete" so I may continue with other automated processing.