[GH-ISSUE #237] get_library_playlists doesn't include the track count #184

Closed
opened 2026-02-27 22:08:29 +03:00 by kerem · 0 comments
Owner

Originally created by @Auzzy on GitHub (Nov 28, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/237

When calling YTMusic.get_library_playlists(), the list of playlists returned don't include the number of tracks, despite that info appearing in the raw JSON response. The code to extract it already exists in ytmusicapi, but when checking that the field format matches (since it has to be extracted from a string), the parameters to re.search are flipped.

Found in verison 0.19.4.

Originally created by @Auzzy on GitHub (Nov 28, 2021). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/237 When calling YTMusic.get_library_playlists(), the list of playlists returned don't include the number of tracks, despite that info appearing in the raw JSON response. The code to extract it already exists in ytmusicapi, but when checking that the field format matches (since it has to be extracted from a string), the parameters to re.search are flipped. Found in verison 0.19.4.
kerem closed this issue 2026-02-27 22:08:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#184
No description provided.