Make requests directly to https://www.deezer.com/ajax/gw-light.php
instead of fetching the html of the song/album/artist and then scraping JSON.
This should be relatively easy as the data structs returned by that endpoint
mostly already exist in the code.
Make requests directly to
https://www.deezer.com/ajax/gw-light.php
instead of fetching the html of the song/album/artist and then scraping JSON. This should be relatively easy as the data structs returned by that endpoint mostly already exist in the code.