mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[PR #267] [MERGED] get_artist: Don't fail on channels with only one category of content #588
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#588
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/267
Author: @jbruechert
Created: 4/8/2022
Status: ✅ Merged
Merged: 4/14/2022
Merged by: @sigma67
Base:
master← Head:fix/small-artists📝 Commits (1)
d6f8d5dget_artist: Don't fail on channels with only one category of content📊 Changes
1 file changed (+0 additions, -4 deletions)
View changed files
📝
ytmusicapi/mixins/browsing.py(+0 -4)📄 Description
The current check is meant to detect channels with only video content,
but it also hits small bands that for example have only released singles
so far. An example for this is "UC1uK8RT3m4nNpXmOSsFsZeg".
Since failing is not really helpful anyway (for example audiotub could still play only the sound of a channel that contains only videos),
I propose to remove the check altogether.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.