Skip to content

Conversation

@ACPK
Copy link
Contributor

@ACPKACPK commented Feb 6, 2023

TODO: Change all instances ofh1::text to h1 span::text when scraping Wiki

This change reflects a change to Wikipedia's html structure.

Old Wikipedia page: <h1>Title</h1>
Old Wikipedia page:: <h1><span>Title</span></h1>

This change reflects a change to Wikipedia's html structure. Old Wikipedia page: ```<h1>Title</h1>``` I Old Wikipedia page:: ```<h1><span>Title</span></h1>```
@ACPKACPK changed the title Update articles.pyChange all instances for h1::text to h1 span::text when scraping Wiki's article page titlesFeb 6, 2023
@ACPKACPK changed the title Change all instances for h1::text to h1 span::text when scraping Wiki's article page titlesChange all instances of h1::text to h1 span::text when scraping Wiki's article page titlesFeb 6, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ACPK