pygooglenews
pygooglenews copied to clipboard
is rss still working on google news?
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']

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

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?