Iceloof / GoogleNews

Script for GoogleNews
https://pypi.org/project/GoogleNews/
MIT License
314 stars 88 forks source link

Search is returning empty list #93

Closed former-economist closed 2 years ago

former-economist commented 2 years ago

When search for a popular subject it returns an empty list.

from GoogleNews import GoogleNews googlenews = GoogleNews() googlenews.search("Raspberry Pi") results = googlenews.results() print(f"Number of results {len(results)}.") print(f"First result: {results}")

Giving the following output: Number of results 0. First result: []

SamratDey112358 commented 2 years ago

Same issue since today. Search function is not working but get_news is working.

HurinHu commented 2 years ago

The issue is solved with latest version, please upgrade to v1.6.4