mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
add year to time range to engines which support "Last year"
Engines: * Bing images * Flickr (noapi) * Google * Google Images * Google News
This commit is contained in:
@@ -29,7 +29,8 @@ search_url = 'https://www.google.com/search'\
|
||||
time_range_attr = "qdr:{range}"
|
||||
time_range_dict = {'day': 'd',
|
||||
'week': 'w',
|
||||
'month': 'm'}
|
||||
'month': 'm',
|
||||
'year': 'y'}
|
||||
|
||||
|
||||
# do search-request
|
||||
|
||||
Reference in New Issue
Block a user