I am trying to scrape some statements made by U.S politicians on Thank you so much for your time and attention. I hope to learn more from this wonderful community.
CodePudding user response:
scrape_speech
is outdated, probably pages' design changed since script was writen, there's no <div >
in html, there's no <span itemprop="datePublished">
and so on. You need to rewrite it using current css selectors.