kotartemiy / pygooglenews

If Google News had a Python library
https://newscatcherapi.com
MIT License
1.26k stars 134 forks source link

'when' not working #14

Open darenr opened 3 years ago

darenr commented 3 years ago

q='Todd Hido' when='6m'

produces this url:

https://news.google.com/rss/search?q=Todd+Hido+when:6m&ceid=US:en&hl=en-US&gl=US

returns no results

yet, searching with this url

https://www.google.com/search?q=todd+hido&oq=todd+hido&tbm=nws

shows plenty of results within the last six months

removing the when produces results, but a different set of results to the web ui version