-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Drop usage of Youtube API for playlists #1508
Comments
Maybe you could check how much you can get via api and if it's >1,000 parse the playlist page, otherwise parse API instead of always querying the playlist page? |
@Nothing4You Might as well use the parser once written, instead of having 2 pieces of code that essentially does the same thing. Minus the fact that the newer implementation will be able to get more then 1000 results. |
As reported in #1757 there's one more reason for using the playlist page: private playlists. |
We can't get more that 1000 items using the api (api documentation), some lists (as reported in #1503) greatly surpass this limit. Switching to parsing the playlist page would solve this, but of course requires more work than using the api.
The text was updated successfully, but these errors were encountered: