mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-26 07:46:00 +03:00
[PR #528] [MERGED] get_podcast, get_episode #639
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#639
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/528
Author: @sigma67
Created: 1/21/2024
Status: ✅ Merged
Merged: 1/21/2024
Merged by: @sigma67
Base:
main← Head:get-podcast📝 Commits (3)
9feaf89get_album: rename track_number to trackNumber8fe7fb7get_podcast, get_episoded2c5720get_saved_episodes📊 Changes
17 files changed (+325 additions, -37 deletions)
View changed files
📝
README.rst(+15 -11)📝
docs/source/faq.rst(+28 -5)📝
docs/source/reference.rst(+5 -0)📝
tests/mixins/test_browsing.py(+4 -4)📝
tests/mixins/test_library.py(+6 -0)➕
tests/mixins/test_podcasts.py(+21 -0)➕
tests/setup_account.py(+3 -0)📝
ytmusicapi/mixins/browsing.py(+2 -1)📝
ytmusicapi/mixins/playlists.py(+10 -1)➕
ytmusicapi/mixins/podcasts.py(+73 -0)📝
ytmusicapi/navigation.py(+6 -1)📝
ytmusicapi/parsers/_utils.py(+3 -3)📝
ytmusicapi/parsers/explore.py(+1 -3)📝
ytmusicapi/parsers/playlists.py(+2 -2)➕
ytmusicapi/parsers/podcasts.py(+127 -0)📝
ytmusicapi/parsers/uploads.py(+17 -6)📝
ytmusicapi/ytmusic.py(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.