mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[PR #798] [MERGED] get_home: fix song artist parsing #740
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#740
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/798
Author: @sgvictorino
Created: 8/3/2025
Status: ✅ Merged
Merged: 8/23/2025
Merged by: @sigma67
Base:
main← Head:get_home-song-artists📝 Commits (2)
f7ee15bget_home: fix song artist parsing1f7d007skip type specifiers in parse_song_runs without comparing text📊 Changes
12 files changed (+118 additions, -68 deletions)
View changed files
📝
tests/mixins/test_browsing.py(+19 -0)📝
tests/mixins/test_explore.py(+4 -1)📝
tests/mixins/test_search.py(+10 -0)📝
ytmusicapi/mixins/browsing.py(+9 -7)📝
ytmusicapi/mixins/explore.py(+1 -1)📝
ytmusicapi/mixins/search.py(+2 -6)📝
ytmusicapi/parsers/_utils.py(+3 -1)📝
ytmusicapi/parsers/browsing.py(+8 -5)➕
ytmusicapi/parsers/constants.py(+1 -0)📝
ytmusicapi/parsers/explore.py(+1 -13)📝
ytmusicapi/parsers/search.py(+3 -11)📝
ytmusicapi/parsers/songs.py(+57 -23)📄 Description
extra text is now excluded from
artists:get_home/get_song_related: play counts in certain track carouselsget_home: "Song" specifiers for audio tracksget_exploresong charts are also no longer missingalbumdata🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.