We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 []
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?
The text was updated successfully, but these errors were encountered: