mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-24 23:06:13 +03:00
[PR #867] Automatically determine profile type + some typing #778
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#778
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/867
Author: @mayty
Created: 2/1/2026
Status: 🔄 Open
Base:
main← Head:feature/861_get_channel_type📝 Commits (3)
d94c748Add universalget_profilemethodfdfa81cAddget_profiletestsd39d4c1rtd📊 Changes
14 files changed (+625 additions, -311 deletions)
View changed files
📝
docs/source/reference/browsing.rst(+0 -2)📝
docs/source/reference/index.rst(+1 -0)📝
docs/source/reference/podcasts.rst(+0 -1)➕
docs/source/reference/profiles.rst(+8 -0)📝
pyproject.toml(+1 -0)📝
tests/mixins/test_browsing.py(+0 -19)📝
tests/mixins/test_podcasts.py(+0 -6)➕
tests/mixins/test_profiles.py(+58 -0)📝
ytmusicapi/enums.py(+6 -0)📝
ytmusicapi/mixins/browsing.py(+0 -215)📝
ytmusicapi/mixins/podcasts.py(+0 -67)➕
ytmusicapi/mixins/profiles.py(+377 -0)📝
ytmusicapi/type_alias.py(+172 -1)📝
ytmusicapi/ytmusic.py(+2 -0)📄 Description
Fixes #861
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.