python-scraping
python-scraping copied to clipboard
Change all instances of h1::text to h1 span::text when scraping Wiki's article page titles
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>