mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #785] subscribe_artists only appears to allow subscribing to a single artist but function accepts a list #496
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#496
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 @nick42d on GitHub (Jul 4, 2025).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/785
Describe the bug
It appears that from the Google side, subscribe_artists throws a 400 error if more than 1 channel_id is provided.
unsubscribe_artists still allows multiple.
I propose subscribe_artists be renamed to subscribe_artist, and modified to accept a single string channel id (instead of a list).
ytmusicapi version
1.10.3-1
To Reproduce
@sigma67 commented on GitHub (Jul 24, 2025):
I can confirm this. The inconsistency between subscribe and unsubscribe is quite strange though.