akjasim / cb_dj_weather_app

Django Weather App
13 stars 10 forks source link

Unable to scrape web text #2

Open peterschwps opened 1 year ago

peterschwps commented 1 year ago
result['region'] = soup.find("span", attrs={"class": "BNeawe tAd8D AP7Wnd"}).text

AttributeError: 'NoneType' object has no attribute 'text'