Why I can't load the full inner html of the amazon music playlist like this: https://music.amazon.com/playlists/B0822YKQNT My code works fine with spotify, but not with amazon music
HtmlWeb web = new HtmlWeb();
HtmlDocument doc = new HtmlDocument();
doc = web.Load("https://open.spotify.com/playlist/37i9dQZF1E363OfvzqQxl0");