[PR #267] [MERGED] get_artist: Don't fail on channels with only one category of content #588

Closed
opened 2026-02-27 23:01:36 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: fix/small-artists


📝 Commits (1)

  • d6f8d5d get_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.

## 📋 Pull Request Information **Original PR:** https://github.com/sigma67/ytmusicapi/pull/267 **Author:** [@jbruechert](https://github.com/jbruechert) **Created:** 4/8/2022 **Status:** ✅ Merged **Merged:** 4/14/2022 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `master` ← **Head:** `fix/small-artists` --- ### 📝 Commits (1) - [`d6f8d5d`](https://github.com/sigma67/ytmusicapi/commit/d6f8d5dc78b9f7b0559f9d3f1b0383a37811f7a0) get_artist: Don't fail on channels with only one category of content ### 📊 Changes **1 file changed** (+0 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `ytmusicapi/mixins/browsing.py` (+0 -4) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:01:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#588
No description provided.