Iceloof / GoogleNews

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

.search() does not take into account time range, gives limited number of results #125

Closed SamratDey112358 closed 10 months ago

SamratDey112358 commented 10 months ago

Hi, I have tested with the source code, the results are not having the correct time range (for instance if I set the time range as last 7 days, getting news items which are months old) and also for a single search, am only getting maximum 6 results even when no such limit is mentioned in the code. Please help.

HurinHu commented 10 months ago

print(googlenews.getVersion()) make sure you are using latest version v1.6.10. Any datetime/period/language/region filter are not guaranteed the accuracy by Google itself.