vitiko98 / qobuz-dl

A complete Lossless and Hi-Res music downloader for Qobuz
GNU General Public License v3.0
1.38k stars 184 forks source link

Favourites? #109

Open Aminizm opened 3 years ago

Aminizm commented 3 years ago

thanks for this amazing program it would be amazing to be able to download all favourites - is it something potentially doable?

jamieu commented 2 years ago

It looks like the code for downloading favourites is in the API, there just doesn't seem be a way to call it from the CLI https://github.com/vitiko98/qobuz-dl/blob/master/qobuz_dl/qopy.py

Was there a reason this was omitted ie. was it originally there as a command line option and then became problematic ie. too much traffic, so was removed, or does it just need connecting up?