mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #433] Documentation update - get all albums not just 10 from artist page. #322
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#322
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 @MarshallARoss on GitHub (Sep 22, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/433
Documentation update -> Using "channel Id of the artist" only returns 10 albums from get_artist_albums method.
Solution: is to use the "browseID" from the "albums" key of the get_artist response. This will return all the albums from the youtube music albums page.
@sigma67 commented on GitHub (Sep 22, 2023):
Tbh it seems quite obvious from my point of view. Where would you like to see this information added?
@sigma67 commented on GitHub (Oct 24, 2023):
It's actually right there in the docstring for
get_artist....