Skip to content

Change all instances of h1::text to h1 span::text when scraping Wiki's article page titles - #112

Open
ACPK wants to merge 1 commit into
REMitchell:masterfrom
ACPK:patch-3
Open

Change all instances of h1::text to h1 span::text when scraping Wiki's article page titles#112
ACPK wants to merge 1 commit into
REMitchell:masterfrom
ACPK:patch-3

Conversation

@ACPK

@ACPKACPK commented Feb 6, 2023

Copy link
Copy Markdown
Contributor

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