sigma67
sigma67
I did a little research into the current state of YT Music API access. While there is no dedicated API for YT Music currently, there is the YouTube Data API...
I built a new API for YouTube Music: https://github.com/sigma67/ytmusicapi Contributions are welcome!
The "other versions" must be a recent addition, I wasn't aware of that before. It can be parsed by ytmusicapi, just needs to be implemented. Links for reference: https://music.youtube.com/playlist?list=OLAK5uy_nB4imMaxSWGlcpkM6iIHOtwy5_S6iQyJA https://music.youtube.com/playlist?list=OLAK5uy_nIXd09Yl0sIiYiuo71Up4P6VAImh35CkY
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...
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
I like this approach because it can be easily adapted for the other endpoints mentioned in #275. Do you want to tackle the others also in this PR? Should only...
Are you still working on this?
Feel free to take it over, @Auzzy hasn't been active here for almost 3 months. I don't think you can collaborate on this PR without their approval, so feel free...
Considering a new release end of September, would be great if you could tackle it by then :) If not I can take over.