mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-26 07:46:00 +03:00
[GH-ISSUE #252] Related content for a song #198
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#198
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 19, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/252
Originally assigned to: @sigma67 on GitHub.
YouTube Music recently started showing a "Related" category for the currently playing song next to "Up next" and "Lyrics".
The function signature should be called
get_related_content(browseId). The browseId also needs to be returned byget_watch_playlist, it is contained in the response of thenextendpoint, identifiable by the lettersMPTR...The response may continue various types of similar content, including: songs, playlists, artists, other albums of the same artist and an artist description.
Please thumbs up if you would use this feature. PRs are welcome, please comment if you would like to tackle this.
@sigma67 commented on GitHub (May 10, 2022):
Turns out most code from #251 can be reused for this one. Beautiful.