Iceloof/GoogleNews

Search is returning empty list

former-economist opened this issue · 3 comments

Search is returning empty list

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: []

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

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