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.
Feature Request: "--get-playlist-number" #13688
Comments
|
Why even bother with that? Just use |
|
Nope. I am using --download-archive. (It's in the default config file for me). I want to see what videos are in the playlist, and decide which to download. If a video is in the playlist and in the download-archive list file, then it won't even be attempted, and I won't see a filename for it -- so if I am counting filenames, I won't have the right playlist index. (Entirely separate, why am I not getting notices when a response to my posts here come in?) |
|
|
|
Ohh, that should work nicely. (and still no email notices of responses.) |
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.07.15. 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?
I want to select specific videos from a playlist. Said playlist includes videos I've already downloaded and will skip.
I want to be able to say "youtube-dl --get-filename --get-playlist-number playlist" (or something similar), so I know what numbers to pass to "youtube-dl --playlist-items 2,3,5,7,11" (or similar).
Is there any way to do something like this now?