mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[PR #48] [MERGED] Fix for artists without like buttons #544
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#544
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/48
Author: @grray
Created: 7/19/2020
Status: ✅ Merged
Merged: 7/20/2020
Merged by: @sigma67
Base:
master← Head:fix-no-like-buttons📝 Commits (2)
3bcd7bdFixed: KeyError when artist doesn't have subscribers count562b9feFix for artist page, if it has no buttons📊 Changes
2 files changed (+13 additions, -7 deletions)
View changed files
📝
ytmusicapi/mixins/browsing.py(+1 -1)📝
ytmusicapi/parsers.py(+12 -6)📄 Description
Some artists doesn't have like buttons for songs list, for example https://music.youtube.com/channel/UC4HYnYJf1UxodkVFQkUHF9A. Because of this, get_artist() returns empty song list, and pollutes stdout with messages
This PR fixes it. It depends on previous PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.