mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #740] get_playlist() : get_playlist does not return all songs when limit = None #479
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#479
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 @tyagidevansh on GitHub (Feb 4, 2025).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/740
Describe the bug
get_playlist(playlist_id, None, True, 0) returns 99 songs even though the playlist is over 300 songs. As far as I can tell, there's no pagination either, no option to fetch songs from 0-99, 100-199 and so on.
To Reproduce
Steps to reproduce the behavior:
Additional context
Perhaps YTMusic only loads 99 songs at a time, even on the web client the whole playlist does not load all at once. limit = None is supposed to fetch all, but if that's not possible maybe there should be an option to paginate.
@sgvictorino commented on GitHub (Feb 4, 2025):
Can you reproduce this on 1.10.1?
@tyagidevansh commented on GitHub (Feb 4, 2025):
I'm sorry I thought i was on 1.10.1 when my project was actually on 1.8, it works great on 1.10.1! No issues at all. The API works great!