mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #84] get_library_albums returns incorrect keys #62
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#62
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 @rgoubet on GitHub (Sep 28, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/84
I noticed that the
get_library_albumsmethod returns data mapped to incorrect keys:As you can see,
artistsis set to the value oftype, thentrackCountandyearare shifted, with the data of the former actually missing.@sigma67 commented on GitHub (Sep 28, 2020):
It seems YouTube has changed the way these are displayed, causing a mismatch in key assignment.
@rgoubet commented on GitHub (Sep 28, 2020):
Will you fix this in a next release?
@sigma67 commented on GitHub (Sep 28, 2020):
I'll do a new release by the end of this week, just to see if anything else pops up by then.
In the meantime, you can always do
pip install git+https://github.com/sigma67/ytmusicapito install the latest version on your system.@rgoubet commented on GitHub (Sep 29, 2020):
Thank you! :-)
@sigma67 commented on GitHub (Oct 4, 2020):
Released v0.10.1
bdbaada