mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #177] Ability to use different channels within an account #138
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#138
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?
Originally created by @kaizersoje on GitHub (Mar 19, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/177
I have 2 channels setup within my account. Is there a way to choose the channel while setting up the api?
@sigma67 commented on GitHub (Mar 19, 2021):
Yes, the feature is called brand accounts. Further described here.
@kaizersoje commented on GitHub (Mar 20, 2021):
I was able to get the
onBehalfOfUservalue and add it toheader.json."onBehalfOfUser": "123456789123456789123"However, it does not seem to be using the channel/brand account and is using the parent account instead.
@sigma67 commented on GitHub (Mar 20, 2021):
You're supposed to pass it to YTMusic(user=1234567). Not sure how that'd work with the project you're using.