pygooglenews icon indicating copy to clipboard operation
pygooglenews copied to clipboard

is rss still working on google news?

Open ieferrari opened this issue 3 years ago • 0 comments

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?

ieferrari avatar Jan 06 '22 08:01 ieferrari