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

Bug : Empty Results #1

Closed karlgunst closed 2 years ago

karlgunst commented 2 years ago

Debug why the results are empty Report on the ticket what is going on Try to fix it

alexkhazzam commented 2 years ago

@karlgunst This issue was fixed in version 0.0.9. Google updated the structure of its HTML page, so all relevant code (i.e. when selenium locates an element) had to be updated.

karlgunst commented 2 years ago

thanks @alexkhazzam

@abnoviello23

I added an update to example/app.py to show how to use the ChromeDriverManager

FYI, you can also force a new version using

pip install GoogleNewsScraper==0.0.9