vishaalagartha / basketball_reference_scraper

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

Made changes to widget parameters for get_team_stats and get_opp_stats #60

Closed lucasz-hu closed 3 years ago

lucasz-hu commented 3 years ago

I was getting a No tables found error with the previous parameters. Took a look at basketball reference's widgets and it seems as if the parameters have changed. I implemented the change and the code works like a charm

vishaalagartha commented 3 years ago

Thanks for the updates!