mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-26 07:46:00 +03:00
[GH-ISSUE #190] get_playlist limit not working #145
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#145
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 @ddorab on GitHub (Apr 19, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/190
am i dumb
@sigma67 commented on GitHub (Apr 19, 2021):
It works just like the YouTube Music website. You can't retrieve less than 100 playlist items. Since ytmusicapi has to fetch the data anyway, it just returns all of it. This is consistent across the whole API, you will always get increments of the default limit (100 for playlists). If it's a different number, it's because the playlist has less than 100 items total, or because some library endpoints are flaky and sometimes don't return all songs
@BedirT commented on GitHub (Oct 24, 2021):
Hello, I think this should be on the documentation. @sigma67