Hi,

I have watch a few videos on youtube on how to get data from a website. Example: https://www.youtube.com/watch?v=qbOdUaf4yfI

However, it does not quite work for me since it does not show the yellow arrow/ it does not recognize the tables on this link:
http://www.hltv.org/?pageid=188&matchid=24180

I know this is a long shot, but i will post what I'm trying to do here to potentially find a kind helper.

I am trying to get all the data from the page: http://www.hltv.org/?pageid=188.
And if you click on each match, it will show you something like this: http://www.hltv.org/?pageid=188&matchid=24205

I want to extract the table at the end of the url where it contains player stats (kills, assists, etc) into excel.

I also want to somehow automate the process of going through each match on http://www.hltv.org/?pageid=188, to extract the table at the end.

If someone can help/have any suggestion, will be very thankful.