andrewgiessel / basketballcrawler

DEFUNCT - This is a python module to scrape basketball-reference.com and convert various stats into usable data structures for analysis
123 stars 56 forks source link

Fix Player: Height, Weight, and Position #14

Closed jahjaylee closed 7 years ago

jahjaylee commented 7 years ago

Didn't see that someone else also ran into this. This fixes it in a different way that might be more(or less) resilient to HTML changes since it just searches for the text itself.

wilsonchaney commented 7 years ago

Cool, this looks good to me.

@andrewgiessel can you ok it?

andrewgiessel commented 7 years ago

Thanks for the PR! Nice work