Home > Back-end >  how to scrape texts from voetsmart via beautifulsoup
how to scrape texts from voetsmart via beautifulsoup

Time:12-02

I am trying to scrape some statements made by U.S politicians on enter image description here 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.

  • Related