mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #61] get_history() now returning non-"song" videos #43
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#43
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 @ngt-magee on GitHub (Aug 19, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/61
I'm doing a lot of testing on the API this week, hope my filing of issues is helpful and not obnoxious. I know the API is in flux, just adding info as I discover it and happy to help debug or work on PRs although I'm a weak developer.
Until this morning (8/19),
get_history()was excluding non-"song" type YouTube videos, and it is now returning them. In this case videoIdjjwilAja7Lc. I discovered this while trying to pull out the['artists']key from theget_song()JSON.Not sure if this is really an issue, but it's worth knowing for those who are using the info assuming that a "song" with "artists" is being returned.
@ngt-magee commented on GitHub (Aug 19, 2020):
Update: this behavior appears to be sporadic. I'm really having trouble getting consistent results from
get_history()@sigma67 commented on GitHub (Aug 23, 2020):
Thanks for the heads up. Seems like there are some server-side changes going on if you didn't change anything. I suggest we merge this into #56 .