vishaalagartha / basketball_reference_scraper

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

Full 2020 Season Schedule Not Displaying #25

Closed philipbolin98 closed 3 years ago

philipbolin98 commented 3 years ago

When I use the function get_schedule(2020, playoffs=False), it returns the schedule from the season opener through 2019-10-31 but no games afterward. This seems to be the only season in which this is the case.

Thanks!

vishaalagartha commented 3 years ago

This was caused by the strange season schedule, but should be fixed now in v1.0.19. Thanks for bringing it to my attention!

philipbolin98 commented 3 years ago

Thanks for the quick update! I figured it was because of the weird covid schedule. However it still seems that the function isnt returning the games that were played in March and July. Thanks again!

vishaalagartha commented 3 years ago

No worries! Let me know if you run into any other issues or can think of any enhancements.