GeminidSystems / GoogleNewsScraper

A Python package that scrapes Google News article data while remaining undetected by Google. Our scraper can scrape page data up until the last page and never trigger a CAPTCHA (download stats: https://pepy.tech/project/GoogleNewsScraper)
https://pypi.org/project/GoogleNewsScraper/
MIT License
10 stars 5 forks source link

Error running example.py #7

Open ehsong opened 2 years ago

ehsong commented 2 years ago

So I tried the example but I got the following error:

Message: javascript error: Cannot read properties of null (reading 'classList')
  (Session info: headless chrome=103.0.5060.114)

What can I do to fix this?