Open
Description
Hello,
I have modified some bit of code because I have a subscription to an artist that allow me to listen online only if I have paid. Otherwise, tracks are not available for listening.
As there is not functional API to connect with credentials I found the following bypass.
After downloading source code, parse html and look for links that start by "t4.bcbits".
Replace links album["tracks"]["url"] by the found link.
I will create a PR if I find time to clean my code
Have a great day
:)