basketball_reference_web_scraper icon indicating copy to clipboard operation
basketball_reference_web_scraper copied to clipboard

Issue-229 fix play-by-play timestamp parsing

Open tttgm opened this issue 3 years ago • 0 comments

It seems that basketball-reference now has an empty string as the 'aria-label' for <tr class="thead" > header rows. This change allows these header rows to be skipped as they do not contain any play-by-play data - i.e. has_play_by_play_data() should be False.

tttgm avatar Mar 07 '22 10:03 tttgm