I was merging/testing some of your changes with my fork and it seems the line above breaks the BoxScore.over_under(). The strip removes the space that the over_under splits on later.
I'm not familiar with what the .strip() here solves, so just thought I'd give a heads up on the piece that it breaks.
sportsref/sportsref/utils.py
Line 249 in 09f11ac
I was merging/testing some of your changes with my fork and it seems the line above breaks the BoxScore.over_under(). The strip removes the space that the over_under splits on later.
I'm not familiar with what the .strip() here solves, so just thought I'd give a heads up on the piece that it breaks.