Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmaloney committed Aug 12, 2019
1 parent 180c8a6 commit 057fcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -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:
Expand Down

0 comments on commit 057fcb6

Please sign in to comment.