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

get_artist_albums/singles: support pagination #461

Closed
H3adsho0ot opened this issue Oct 20, 2023 · 1 comment
Closed

get_artist_albums/singles: support pagination #461

H3adsho0ot opened this issue Oct 20, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@H3adsho0ot
Copy link

If you try to get a lot of albums the first request won't contain all entries. Roughly the first 110 albums get returned. If there are more youtube seems to use some kind of paging/lazy loading.

For example here: https://music.youtube.com/browse/MPADUC6LfFqHnWV8iF94n54jwYGw

Youtube seems to send a next request to browse with type next on such pages:
image

Would be nice to have a parameter to get all or something

@sigma67 sigma67 changed the title Include paging get_artist_albums/singles: support pagination Oct 20, 2023
@sigma67 sigma67 added enhancement New feature or request good first issue Good for newcomers labels Oct 20, 2023
@sigma67 sigma67 added the help wanted Extra attention is needed label Jan 6, 2024
@sigma67
Copy link
Owner

sigma67 commented Mar 13, 2024

get_artist_albums supports the limit parameter since 1.5.0, somehow I missed this issue

f2be194

@sigma67 sigma67 closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants