mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #460] get_artist audiobooks and shows support #340
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#340
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 @H3adsho0ot on GitHub (Oct 19, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/460
If i browse an artist having audiobooks those are not shown in the result. I thik they should be shown as albums.
Steps to reproduce the behavior:
(https://music.youtube.com/browse/MPADUCf2vTMnvFb8BsWTWauTZrow) <- example
If I execute yt.get_artist('UCyiY-0Af0O6emoI3YvCEDaA') I get two singles but no albums or playlist or anything else.
Thanks in advance
Niklas
@sigma67 commented on GitHub (Oct 19, 2023):
Sorta related to #415 , need to update some functions to keep up with the content expansion in YTMusic
@H3adsho0ot commented on GitHub (Oct 19, 2023):
I modified the arrays in parse_artist_contents like this:
Result looks good to me
@sigma67 commented on GitHub (Oct 19, 2023):
That works for English only but needs to be localized to all supported languages
@sigma67 commented on GitHub (Nov 11, 2023):
Should support two new categories for the artists page:
https://music.youtube.com/channel/UCf2vTMnvFb8BsWTWauTZrow
get_artist_shows- this one's a bit strange still, the chip filter still shows "Albums" which are not shown when navigating there from "more" on the shows section. But when clicking on it both Albums and Shows appear. Seems they forgot a separate chip for Showshttps://music.youtube.com/channel/UCKPSmMfDsXTKrCZApukcJ7A
get_artist_episodes@MarkhorDev commented on GitHub (Jan 7, 2024):
Recently commented on another issue but was pointed here. When calling 'get_artist' for an artist with podcasts on their page, a KeyError is raised. For example, the first video on this page is marked as a podcast episode, for some unknown reason. Calling 'get_artist' with this artist ID results in a 'KeyError: 'watchEndpoint'' being raised. I do not know why this happens besides because of the podcast episode.
@sigma67 commented on GitHub (Mar 13, 2024):
episodesandpodcastsare supported inget_artistsince 1.6.0.Audiobooks support is still missing. I am renaming the issue accordingly