kotartemiy / pygooglenews

If Google News had a Python library
https://newscatcherapi.com
MIT License
1.26k stars 134 forks source link

is rss still working on google news? #24

Open ieferrari opened 2 years ago

ieferrari commented 2 years ago

First of all, I would like to thank you for sharing this great library! 💯

I am having trouble with getting any kind of RSS feed in google news. When using query search, the response is an empty list []

from pygooglenews import GoogleNews

gn = GoogleNews()
search = gn.search('lockdown')
search['entries']

imagen

Also, adding /rss/ after news.google.com/ in the browser, show no result for query search imagen

while top_news and topics seems to work fine, both with pygooglenews and adding /rss/ in the browser

Is this something related with news.google itself? is there some workarround?