nathom / streamrip

A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer
GNU General Public License v3.0
2.75k stars 249 forks source link

[FEATURE] Support unofficial Tidal API #693

Open Arturro43 opened 5 months ago

Arturro43 commented 5 months ago

I would love to see support for unofficial API (https://github.com/sachinsenal0x64/hifi-tui), maybe someone in the future could create unofficial tidal client with download option :)

nathom commented 5 months ago

We used to have something similar with the Deezloader service. That API was taken down however, so we had to remove it.

If anyone wants to take this up, all you have to do is create a new Client class that calls into the API and modify config settings to add related options. Not too difficult.