mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #461] get_artist_albums/singles: support pagination #344
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @H3adsho0ot on GitHub (Oct 20, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/461
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:

Would be nice to have a parameter to get all or something
@sigma67 commented on GitHub (Mar 13, 2024):
get_artist_albumssupports thelimitparameter since 1.5.0, somehow I missed this issuef2be19416b