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.
Request for option to allow skipping of failed downloads in a playlist #6617
Comments
|
This option is |
|
Thanks! Sorry I missed that before posting. |
Currently when I download a large playlist the downloader will abort as soon as it hits a video that cannot be downloaded (one that's been deleted, region blocked, etc). I don't see an option for skipping those, so I need to manually take the video ID from the output and add it to the download archive index in order to resume the download. It would be great to have a flag I could pass to allow those to be skipped. Adding them to the archive file as I am doing now would be acceptable to prevent them from being attempted to be downloaded each time that playlist is synced.
If the above is in alignment with your vision for the app, I can submit a pull request myself for this functionality.