Polarnik
✅ Unsuccessfully trying to parse web pages.
I want to parse last.fm for artists but my code works only first iteration, in all iterations where pages > 1
var nodeArtist = document.DocumentNode.QuerySelectorAll("td.chartlist-name");
returns empty list which is strange because pages are identical in structure
20 replies