[PR #276] [CLOSED] get_library_playlists: When limit is None, return them all. #591

Closed
opened 2026-02-27 23:01:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/276
Author: @Auzzy
Created: 5/30/2022
Status: Closed

Base: masterHead: retrieve-all-playlists


📝 Commits (1)

  • d36d85d get_library_playlists: When limit is None, return them all.

📊 Changes

3 files changed (+15 additions, -3 deletions)

View changed files

📝 tests/test.py (+11 -0)
📝 ytmusicapi/continuations.py (+1 -1)
📝 ytmusicapi/mixins/library.py (+3 -2)

📄 Description

This PR allows the user to pass a limit of None to get_library_playlists in order to get back all of their playlists.

Addresses #275


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigma67/ytmusicapi/pull/276 **Author:** [@Auzzy](https://github.com/Auzzy) **Created:** 5/30/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `retrieve-all-playlists` --- ### 📝 Commits (1) - [`d36d85d`](https://github.com/sigma67/ytmusicapi/commit/d36d85de9b3dff08a9997ca712817724b01608a3) get_library_playlists: When limit is None, return them all. ### 📊 Changes **3 files changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `tests/test.py` (+11 -0) 📝 `ytmusicapi/continuations.py` (+1 -1) 📝 `ytmusicapi/mixins/library.py` (+3 -2) </details> ### 📄 Description This PR allows the user to pass a limit of `None` to `get_library_playlists` in order to get back all of their playlists. Addresses #275 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:01:36 +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#591
No description provided.