mirror of
https://github.com/searxng/searxng.git
synced 2025-07-31 00:52:22 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue