Open
Description
There isn't any stable YouTube Music API for freyr to be based on. The best we can do right now is to extract data off it's web client and that is subject to frequent breaking changes. (As per #3: server response changed from under us).
Support for YouTube Music would have to wait for either an official API from Google or a library that's well maintained and kept up-to-date.
- https://github.com/vladdenisov/ytmusic-api is an attempt at this but as at 18-12-2020 tree (c99fcae), they haven't fixed the issue behind Fix youtube music search. #3, we can't base on that yet.
- https://github.com/sigma67/ytmusicapi seems promising, but it's in python, we could probably use a JSON IPC to exchange data.
Activity