-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download playlists in reverse order (Negative boundaries for --playlist-start & --playlist-end) #514
Comments
I wonder how this would be handled by the poor command line parser... Another intuitive way to implement this feature (that I really like)? |
Poor command line parser? Would it have trouble parsing the negative numbers because of the minus sign before it? If it doesn't work there could always be another option added, like --playlist-reverse, which would then negate the meaning of --playlist-start and --playlist-end so that it acts the way described even with positive numbers. Depends which option seems the most intuitive... |
#6845 is a duplicate of this. In that issue the suggestion is that |
Thanks. I'll close this as there are more discussions in #6845 |
[pull] master from ytdl-org:master
Let's say I want the n last videos from a playlist, it'd be nice to be able to use negative numbers like in python to do that.
or if I want the previous 100 videos.For example if I want the last 100 videos from a playlist I could do
The text was updated successfully, but these errors were encountered: