From 057fcb6b8c6d9b16f057f34db9e6108d292714f6 Mon Sep 17 00:00:00 2001 From: rdmaloney <45108790+rdmaloney@users.noreply.github.com> Date: Mon, 12 Aug 2019 14:13:16 +0100 Subject: [PATCH] Update scraper.py --- scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index 1952fb8..eb60f78 100644 --- a/scraper.py +++ b/scraper.py @@ -18,7 +18,7 @@ def scrape_data(): for alpha in alphabets: - links.append("http://www.fightmetric.com/statistics/fighters?char=" + alpha + "&page=all") + links.append("http://www.ufcstats.com/statistics/events/upcoming?page=all") # now that we have a list of links we need to iterate it with BeautifulSoup for link in links: