ytmusicapi
ytmusicapi copied to clipboard
Add favourite artist to taste
You can choose your favourite artist with this url: https://music.youtube.com/tasteprofile
According to Google it changes to recommendations.
Please add a way to add artists to this list via your api.
This requires two new methods get_tasteprofile
and set_tasteprofile
, both using the browse endpoint.
The get uses the browseId FEmusic_tastebuilder
, while the set uses FEmusic_home
and takes selected and impression values from the get method as arguments.
any improvement in this issue? I want to implement this feature.
Feel free, I don't think anyone else is working on it. Likely the best location is the library mixin/parser
Contributed by @adrinu in #289