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.
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-endvalue (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?