mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #251] Home page endpoint #194
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#194
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 @sigma67 on GitHub (Jan 13, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/251
Originally assigned to: @sigma67 on GitHub.
The home page provides dynamic recommendations for each user. This endpoint should retrieve the home page and parse all content in it into a dictionary grouped by section titles (i.e. "Mixed for you" -> list of mixes playlists).
The endpoint should be called
get_home.The main difficulty in implementing lies in figuring out all the different types of content (songs, videos, artists, albums, playlists) and reusing existing functions for parsing wherever possible. Ideally the function should also not break when new types of sections are being added by the YouTube Music team.
Please thumbs up if you would use this feature. PRs are welcome, please comment if you would like to tackle this.
@Logic-Punch commented on GitHub (Jan 16, 2022):
Would love to see this feature! <3