I am trying to get HTML body from Spotify web. But after I output it to the file the result is for some reason different from the original HTML (it's a completely different site).
curl https://open.spotify.com/artist/4npEfmQ6YuiwW1GpUmaq3F > test.html
Eventually, I will do in python so if anyone knows how to get around this page redirect, please help.