mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #670] get_podcast method doesn't provide thumbnails. #442
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#442
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 @Utkarsh-vishnoi on GitHub (Nov 1, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/670
Is your feature request related to a problem? Please describe.
Yes, the data returned by
get_podcastdoesn't have thumbnails data.Describe the solution you'd like
I would try to implement it myself as a pull-request but the documentation is lacking the instructions for development setup.
I installed PDM and installed the dependencies for the project but that's it. How do I debug and all? If you could guide me, or provide basic setup instructions for the dev environment. I am currently using VS Code for as the preferred IDE for python. On the other hand if you would implement this that would be awesome.
Describe alternatives you've considered
Tried googling and using other unofficial API's that can provide thumbnails details for podcasts but no luck!!!
Additional context
Not Applicable....
@sigma67 commented on GitHub (Nov 16, 2024):
Do you mean the podcast itself? The episodes have thumbnails.
Instructions are here for contributing: https://github.com/sigma67/ytmusicapi/blob/main/CONTRIBUTING.rst
@Utkarsh-vishnoi commented on GitHub (Nov 17, 2024):
Yes, the podcast itself......
@sigma67 commented on GitHub (Nov 18, 2024):
PR welcome
@sigma67 commented on GitHub (Dec 17, 2024):
Well that one was an easy fix. I guess I just forgot because I didn't think people would actually use the podcasts..