mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #27] Return thumbnails in search results parser #21
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#21
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 @dajwill on GitHub (May 27, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/27
It looks like a
thumbnailproperty is available in the response of the search endpoint. Kind of a selfish request for a personal project, but it would be nice/help to verify songs you are adding to a playlist.@sigma67 commented on GitHub (May 28, 2020):
I think this would be a great addition to many methods. The data is always included in the response (unless the song is unavailable), so it just needs to be included in the return value.
Feel free to submit a pull request if you have time to work on it. Might be a few days or weeks until I get around to it