[PR #559] [MERGED] podcasts features #650

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

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/559
Author: @sigma67
Created: 3/5/2024
Status: Merged
Merged: 3/6/2024
Merged by: @sigma67

Base: mainHead: library-podcasts


📝 Commits (8)

📊 Changes

46 files changed (+802 additions, -318 deletions)

View changed files

📝 README.rst (+2 -1)
📝 docs/source/reference.rst (+5 -0)
📝 pdm.lock (+26 -1)
📝 pyproject.toml (+1 -0)
📝 tests/mixins/test_library.py (+14 -0)
📝 tests/mixins/test_podcasts.py (+25 -12)
📝 tests/setup/setup_account.py (+11 -3)
📝 tests/test.example.cfg (+5 -0)
📝 ytmusicapi/locales/ar/LC_MESSAGES/base.mo (+0 -0)
📝 ytmusicapi/locales/ar/LC_MESSAGES/base.po (+22 -14)
📝 ytmusicapi/locales/base.pot (+22 -14)
📝 ytmusicapi/locales/de/LC_MESSAGES/base.mo (+0 -0)
📝 ytmusicapi/locales/de/LC_MESSAGES/base.po (+22 -14)
📝 ytmusicapi/locales/en/LC_MESSAGES/base.mo (+0 -0)
📝 ytmusicapi/locales/en/LC_MESSAGES/base.po (+22 -14)
📝 ytmusicapi/locales/es/LC_MESSAGES/base.mo (+0 -0)
📝 ytmusicapi/locales/es/LC_MESSAGES/base.po (+22 -14)
📝 ytmusicapi/locales/fr/LC_MESSAGES/base.mo (+0 -0)
📝 ytmusicapi/locales/fr/LC_MESSAGES/base.po (+22 -14)
📝 ytmusicapi/locales/hi/LC_MESSAGES/base.mo (+0 -0)

...and 26 more files

📄 Description

closes #415

added

  • get_library_podcasts
  • get_library_channels
  • get_channel
  • get_channel_episodes

🔄 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/559 **Author:** [@sigma67](https://github.com/sigma67) **Created:** 3/5/2024 **Status:** ✅ Merged **Merged:** 3/6/2024 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `library-podcasts` --- ### 📝 Commits (8) - [`5539e61`](https://github.com/sigma67/ytmusicapi/commit/5539e6148c0879f87d48c2a06d4bd754002d2295) wip - [`51132c7`](https://github.com/sigma67/ytmusicapi/commit/51132c7f76d32700f0119be5a345e13840311ed4) Merge remote-tracking branch 'origin/main' into library-podcasts - [`e52ead7`](https://github.com/sigma67/ytmusicapi/commit/e52ead7af37ceff733f0f25b815376dd01450c17) add get_channel - [`e944d88`](https://github.com/sigma67/ytmusicapi/commit/e944d88ed7977d6114646ca9e9068b63e1bb9262) fix tests - [`38edec0`](https://github.com/sigma67/ytmusicapi/commit/38edec02ce0a05f4ab4c2a3ec8b4f6a66b87b93c) streamline impl, coverage, header data - [`463d375`](https://github.com/sigma67/ytmusicapi/commit/463d37580d26c1497813e3c663489627e54e971b) get_library_channels - [`710415d`](https://github.com/sigma67/ytmusicapi/commit/710415d8b9ff5542b7c8420ee9ba1c58aadd7b0e) finalize - [`e196d48`](https://github.com/sigma67/ytmusicapi/commit/e196d4824e40e18b0ee51efe08e1f9608952b635) fix Description dataclass ### 📊 Changes **46 files changed** (+802 additions, -318 deletions) <details> <summary>View changed files</summary> 📝 `README.rst` (+2 -1) 📝 `docs/source/reference.rst` (+5 -0) 📝 `pdm.lock` (+26 -1) 📝 `pyproject.toml` (+1 -0) 📝 `tests/mixins/test_library.py` (+14 -0) 📝 `tests/mixins/test_podcasts.py` (+25 -12) 📝 `tests/setup/setup_account.py` (+11 -3) 📝 `tests/test.example.cfg` (+5 -0) 📝 `ytmusicapi/locales/ar/LC_MESSAGES/base.mo` (+0 -0) 📝 `ytmusicapi/locales/ar/LC_MESSAGES/base.po` (+22 -14) 📝 `ytmusicapi/locales/base.pot` (+22 -14) 📝 `ytmusicapi/locales/de/LC_MESSAGES/base.mo` (+0 -0) 📝 `ytmusicapi/locales/de/LC_MESSAGES/base.po` (+22 -14) 📝 `ytmusicapi/locales/en/LC_MESSAGES/base.mo` (+0 -0) 📝 `ytmusicapi/locales/en/LC_MESSAGES/base.po` (+22 -14) 📝 `ytmusicapi/locales/es/LC_MESSAGES/base.mo` (+0 -0) 📝 `ytmusicapi/locales/es/LC_MESSAGES/base.po` (+22 -14) 📝 `ytmusicapi/locales/fr/LC_MESSAGES/base.mo` (+0 -0) 📝 `ytmusicapi/locales/fr/LC_MESSAGES/base.po` (+22 -14) 📝 `ytmusicapi/locales/hi/LC_MESSAGES/base.mo` (+0 -0) _...and 26 more files_ </details> ### 📄 Description closes #415 added - ``get_library_podcasts`` - ``get_library_channels`` - ``get_channel`` - ``get_channel_episodes`` --- <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:51 +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#650
No description provided.