volkamerlab / teachopencadd

TeachOpenCADD: a teaching platform for computer-aided drug design (CADD) using open source packages and data
https://projects.volkamerlab.org/teachopencadd
Creative Commons Attribution 4.0 International
707 stars 196 forks source link

T011: Wikipedia scraping fails #406

Open mbackenkoehler opened 8 months ago

mbackenkoehler commented 8 months ago

Selecting the table from the HTML fails in section 1.3.4. Replacing table = header.find_all_next()[4] with table = header.find_all_next()[5] should be enough to fix this, but the whole thing looks a bit flaky.