[PR #300] [CLOSED] get_library_playlists limit #593

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

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/300
Author: @adrinu
Created: 9/25/2022
Status: Closed

Base: masterHead: master


📝 Commits (6)

📊 Changes

5 files changed (+60 additions, -22 deletions)

View changed files

📝 tests/test.py (+42 -9)
📝 ytmusicapi/continuations.py (+1 -1)
📝 ytmusicapi/mixins/library.py (+4 -3)
📝 ytmusicapi/mixins/uploads.py (+8 -6)
📝 ytmusicapi/parsers/library.py (+5 -3)

📄 Description

I couldn't push changes, kept getting this error.

remote: Permission to sigma67/ytmusicapi.git denied to adrinu.
fatal: unable to access 'https://github.com/sigma67/ytmusicapi.git/': The requested URL returned error: 403

Addressed #276 , When limit is None, return them all new


🔄 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/300 **Author:** [@adrinu](https://github.com/adrinu) **Created:** 9/25/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`d36d85d`](https://github.com/sigma67/ytmusicapi/commit/d36d85de9b3dff08a9997ca712817724b01608a3) get_library_playlists: When limit is None, return them all. - [`6768f1d`](https://github.com/sigma67/ytmusicapi/commit/6768f1d66de832c17b5557c910f4b2a353386690) Merge branch 'retrieve-all-playlists' of https://github.com/Auzzy/ytmusicapi into retrieve-all-playlists - [`c31c8da`](https://github.com/sigma67/ytmusicapi/commit/c31c8dafae0c805dee68d2df19b3fe1ac454d707) Limit is none implementation - [`5b69523`](https://github.com/sigma67/ytmusicapi/commit/5b69523003b6d0c2a00e31e1ed4a022efeabee65) Merge branch 'retrieve-all-playlists' of https://github.com/Auzzy/ytmusicapi into retrieve-all-playlists - [`8746a2a`](https://github.com/sigma67/ytmusicapi/commit/8746a2af5bdc12e5e16a87b6c69d39dde8712390) Limit to other funcs - [`3f447e3`](https://github.com/sigma67/ytmusicapi/commit/3f447e39a403bea746b18e79cd7a9177a20ef79c) Merge branch 'master' of https://github.com/adrinu/ytmusicapi into retrieve-all-playlists ### 📊 Changes **5 files changed** (+60 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `tests/test.py` (+42 -9) 📝 `ytmusicapi/continuations.py` (+1 -1) 📝 `ytmusicapi/mixins/library.py` (+4 -3) 📝 `ytmusicapi/mixins/uploads.py` (+8 -6) 📝 `ytmusicapi/parsers/library.py` (+5 -3) </details> ### 📄 Description I couldn't push changes, kept getting this error. ``` remote: Permission to sigma67/ytmusicapi.git denied to adrinu. fatal: unable to access 'https://github.com/sigma67/ytmusicapi.git/': The requested URL returned error: 403 ``` Addressed #276 , When limit is None, return them all new --- <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:37 +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#593
No description provided.