Python Forum

Full Version: Scraping daily football score
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,I want to scraping daily football score from flashscore.For this i must scraping all football games for today.But problem is there,all games has different random link.How can i scraping link of these matches?

Many thanks.
It seems that table is nicely html-formatted, it has 'id' tag for matchid which is needed for constructing link. I am not a web scraping person but it seems that one should take 'id' from table and construct needed links to match pages.
run through this tutorial:
web scraping part1
web scraping part2