You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I search in news.google.com "laminated glass" and "polyvinyl butyral" and see multiple pages results; but when I send this phrase to googlesearch module; I am not getting any results.
why? and how I can to fix it?
(I am need exact result of this phrase.)
this is my code:
from GoogleNews import GoogleNews
phrase = '"laminated glass" and "polyvinyl butyral"'
googlenews = GoogleNews()
googlenews.get_news(phrase)
googlenews.results(sort=True)
thanks
The text was updated successfully, but these errors were encountered:
I try to search them separately and without quotes then works, but not working with them together with quotes. Probably some parsing error. Will check it later. You can search these without quotations inside keywords.
Hi.
I search in news.google.com "laminated glass" and "polyvinyl butyral" and see multiple pages results; but when I send this phrase to googlesearch module; I am not getting any results.
why? and how I can to fix it?
(I am need exact result of this phrase.)
this is my code:
thanks
The text was updated successfully, but these errors were encountered: