godeezer / lib

Deezer API implementation in Go
ISC License
5 stars 3 forks source link

Use the "API" instead of scraping JSON #1

Closed samhza closed 4 years ago

samhza commented 4 years ago

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.