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.
Wishlist: --download-missing #9234
Comments
|
|
|
Thanks for replying quickly. I was not aware of this usage of download-archive, it was not obvious from the documentation. Is there a quick way to append all existing video ID:s of my downloaded videos, or should I go ahead and call youtube-dl again on all playlists I've downloaded so far (>1000 videos)? Thanks again! |
Unfortunately yes. You can also create an
|
|
Awesome, thanks. I'll probably generate the archive file from a shell script. Keep up the good work! |
|
For future googlers who find this page: I used the following command to download all video id:s of my playlist:
and then I used my favorite text editor (vim) to add |
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 2016.04.13. 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?
Description of your issue, suggested solution and other information
I am extremely grateful for youtube-dl and it integrates extremely well into my Plex setup that allows me to watch long YouTube playlists via offline Plex syncing on my devices.
I have read the documentation and tried to work this feature out, but as far as I know, the following feature is not implemented: automatic downloading of missing playlist episodes.
The goal is to have youtube-dl being called from a cron script for each playlist that I am watching where I can make youtube-dl go through the playlist and download missing episodes (usually new episodes added at the end of the playlist). The script could then be called daily, which downloads episodes, and these episodes are then in turn synced by Plex to my mobile devices.
Strictly speaking, this feature already exists, but it hammers YouTube and appears to re-download the entire playlist. I believe that if I did this from cron, the excessive traffic would cause YT do block me in some way. Also, I am aware of --playlist-start, however I don't see a way to make a script know which number to give to youtube-dl.
The wish list is then
youtube-dl --download-missing
Please let me know if this can be done in some way already, or if already exists (but I can't find it). Thanks!