T011: Wikipedia scraping fails #406
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Selecting the table from the HTML fails in section 1.3.4. Replacing
table = header.find_all_next()[4]
withtable = header.find_all_next()[5]
should be enough to fix this, but the whole thing looks a bit flaky.The text was updated successfully, but these errors were encountered: