Skip to content
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

How to use "--playlist-end" and "--playlist-items" values inside extractor? #9846

Closed
TRox1972 opened this issue Jun 21, 2016 · 1 comment
Closed

Comments

@TRox1972
Copy link
Contributor

@TRox1972 TRox1972 commented Jun 21, 2016

Some extractors, e.g. VineUser, are built to always collect all videos from a playlist, not checking if the number of collected videos is larger than the --playlist-end value (if passed) or the largest element in --playlist-items. When downloading playlists via other extractors, like YouTube, however, these values are checked and the playlist extraction stops if the number of collected videos has surpassed one of the values.

Can anyone explain to me how I can implement such a feature in an extractor?

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jun 21, 2016

Use PagedLists.

@yan12125 yan12125 closed this Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.