vishaalagartha / basketball_reference_scraper

A python module for scraping static and dynamic content from Basketball Reference.
MIT License
254 stars 91 forks source link

updated the call to remove_accents to either team1 or team2 #79

Closed aaroncolesmith closed 2 years ago

aaroncolesmith commented 2 years ago

Previously, this would only call out to team1 -- so if you are removing accents for a player on team 2 (ie Luka) it would pull back a player from team 1. This is raised in issue 73 -- https://github.com/vishaalagartha/basketball_reference_scraper/issues/73