mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #302] weird playlist format not being parsed correctly #236
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#236
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 @oxcug on GitHub (Oct 2, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/302
Hey folks, I am trying to get the track list for the playlist with the ID: OLAK5uy_mo0wJh-LjbaTD5NsVO--RzKkToBnonkUw and noticed it has a different response than the one in the tests and is failing to be parsed. Not entirely sure what's the issue here but figured I'd raise it. Attached is a sample-response.txt with the json.
@sigma67 commented on GitHub (Oct 3, 2022):
The ID you linked is in fact an album (Avicii - TIM). The proper way to get that page with ytmusicapi is to use
@oxcug commented on GitHub (Oct 9, 2022):
ah, makes sense, thanks!