Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T011: Wikipedia scraping fails #406

Open
mbackenkoehler opened this issue Nov 9, 2023 · 0 comments
Open

T011: Wikipedia scraping fails #406

mbackenkoehler opened this issue Nov 9, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mbackenkoehler
Copy link
Collaborator

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.

@mbackenkoehler mbackenkoehler added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant