jldbc / pybaseball

Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
MIT License
1.18k stars 323 forks source link

fixed div attributes in split_stats().get_player_info() #314

Closed TobiasCortese closed 1 year ago

TobiasCortese commented 1 year ago

div attributes for the bio section in the split_stats() code get_player_info() method have changed which resulted in searches not finding any content. updated the attribute parameters and it is now working.

BrayanMnz commented 1 year ago

Looks good to me, any thought ? @tjburch @schorrm

tjburch commented 1 year ago

Hey @TobiasCortese, appreciate you making this PR and finding this issue! It looks like the fix was incorporated in #318 so it seems to be working well on master now. Ok if I close this?

TobiasCortese commented 1 year ago

thanks!