mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
add time range search with yahoo
This commit is contained in:
parent
3a9c3fbd68
commit
93c0c49e9a
4 changed files with 35 additions and 11 deletions
|
@ -42,7 +42,8 @@ engine_default_args = {'paging': False,
|
|||
'shortcut': '-',
|
||||
'disabled': False,
|
||||
'suspend_end_time': 0,
|
||||
'continuous_errors': 0}
|
||||
'continuous_errors': 0,
|
||||
'time_range_support': False}
|
||||
|
||||
|
||||
def load_module(filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue