mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 16:29:17 +02: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:
parent
2fc1091b7f
commit
c59c76e6ee
6 changed files with 36 additions and 5 deletions
|
@ -95,7 +95,8 @@ search_url = ('https://{hostname}' +
|
|||
time_range_search = "&tbs=qdr:{range}"
|
||||
time_range_dict = {'day': 'd',
|
||||
'week': 'w',
|
||||
'month': 'm'}
|
||||
'month': 'm',
|
||||
'year': 'y'}
|
||||
|
||||
# other URLs
|
||||
map_hostname_start = 'maps.google.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue