[PR #535] [MERGED] brand account setup (#520) #642

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

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/535
Author: @sigma67
Created: 2/4/2024
Status: Merged
Merged: 2/4/2024
Merged by: @sigma67

Base: mainHead: brand-account-setup


📝 Commits (6)

  • eef807f get_playlist: fix albums on tracks
  • 04abd8e add brand account setup script (#520)
  • 562d8cf get_album_browse_id: fix DeprecationWarning on Python 3.12
  • a06ad40 get_watch_playlist: fixed an issue when longBylineText is missing
  • 9a2e3f0 get_charts: removed trending category (no longer available on YTM)
  • 67cdeb5 improve coverage

📊 Changes

25 files changed (+354 additions, -312 deletions)

View changed files

📝 .github/workflows/docsbuild.yml (+2 -0)
📝 .pre-commit-config.yaml (+1 -1)
📝 docs/source/conf.py (+2 -2)
📝 docs/source/faq.rst (+11 -7)
📝 pdm.lock (+197 -197)
📝 pyproject.toml (+2 -0)
📝 tests/README.rst (+10 -1)
📝 tests/conftest.py (+6 -2)
📝 tests/mixins/test_browsing.py (+12 -5)
📝 tests/mixins/test_explore.py (+4 -3)
📝 tests/mixins/test_playlists.py (+1 -1)
📝 tests/mixins/test_podcasts.py (+6 -7)
📝 tests/mixins/test_watch.py (+7 -0)
tests/setup/setup_account.py (+62 -0)
tests/setup_account.py (+0 -3)
tests/test.cfg.example (+0 -38)
📝 ytmusicapi/mixins/_protocol.py (+3 -1)
📝 ytmusicapi/mixins/browsing.py (+10 -1)
📝 ytmusicapi/mixins/explore.py (+1 -7)
📝 ytmusicapi/mixins/watch.py (+7 -1)

...and 5 more files

📄 Description

No description provided


🔄 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/535 **Author:** [@sigma67](https://github.com/sigma67) **Created:** 2/4/2024 **Status:** ✅ Merged **Merged:** 2/4/2024 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `brand-account-setup` --- ### 📝 Commits (6) - [`eef807f`](https://github.com/sigma67/ytmusicapi/commit/eef807f3e60303cd29e45606f8943b759434d751) get_playlist: fix albums on tracks - [`04abd8e`](https://github.com/sigma67/ytmusicapi/commit/04abd8e23b8917558b1d96e04894f17295057ebe) add brand account setup script (#520) - [`562d8cf`](https://github.com/sigma67/ytmusicapi/commit/562d8cf34bad204840bf436e182fd6fe1a9d49f5) get_album_browse_id: fix DeprecationWarning on Python 3.12 - [`a06ad40`](https://github.com/sigma67/ytmusicapi/commit/a06ad40654013cbe0dbc6d954ed1eee3e3f19691) get_watch_playlist: fixed an issue when longBylineText is missing - [`9a2e3f0`](https://github.com/sigma67/ytmusicapi/commit/9a2e3f0e6a3e27eefb39d4fe24234a9c29ce3294) get_charts: removed trending category (no longer available on YTM) - [`67cdeb5`](https://github.com/sigma67/ytmusicapi/commit/67cdeb58d42d271c3cf7199301be5a01ac84306e) improve coverage ### 📊 Changes **25 files changed** (+354 additions, -312 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docsbuild.yml` (+2 -0) 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `docs/source/conf.py` (+2 -2) 📝 `docs/source/faq.rst` (+11 -7) 📝 `pdm.lock` (+197 -197) 📝 `pyproject.toml` (+2 -0) 📝 `tests/README.rst` (+10 -1) 📝 `tests/conftest.py` (+6 -2) 📝 `tests/mixins/test_browsing.py` (+12 -5) 📝 `tests/mixins/test_explore.py` (+4 -3) 📝 `tests/mixins/test_playlists.py` (+1 -1) 📝 `tests/mixins/test_podcasts.py` (+6 -7) 📝 `tests/mixins/test_watch.py` (+7 -0) ➕ `tests/setup/setup_account.py` (+62 -0) ➖ `tests/setup_account.py` (+0 -3) ➖ `tests/test.cfg.example` (+0 -38) 📝 `ytmusicapi/mixins/_protocol.py` (+3 -1) 📝 `ytmusicapi/mixins/browsing.py` (+10 -1) 📝 `ytmusicapi/mixins/explore.py` (+1 -7) 📝 `ytmusicapi/mixins/watch.py` (+7 -1) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <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:48 +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#642
No description provided.