Hi guys I have run into a little problem as one of the sites I usally scrape info from has just done a complete overhaul. As of now they use javascript to generate their content.
So I had to rebuild my script. Im almost finished but Im missing one element from the site and I can not figure out how to scrape it. html code is here:
As of now there are 243 elements like this. I need only this data-league-name node
I have tried something like this:
But this does not return everything from the above code only this:
Im not sure how to I should phrase my code to get the league from this site :/ But I know It should be possible as all of this is stored in the .DocumentElement.innerHTML
Any help making me handle this would be much appreciated.
Frederik
Bookmarks