[GH-ISSUE #251] Home page endpoint #194

Closed
opened 2026-02-27 22:08:32 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem 2026-02-27 22:08:32 +03:00
Author
Owner

@Logic-Punch commented on GitHub (Jan 16, 2022):

Would love to see this feature! <3

<!-- gh-comment-id:1013921108 --> @Logic-Punch commented on GitHub (Jan 16, 2022): Would love to see this feature! <3
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#194
No description provided.