mirror of https://github.com/searxng/searxng.git
Fix paging of Bing Images
This commit is contained in:
parent
9ace31c829
commit
1be6ab2a91
|
@ -35,7 +35,7 @@ search_string = 'images/search'\
|
|||
'?{query}'\
|
||||
'&count={count}'\
|
||||
'&first={first}'\
|
||||
'&FORM=IBASEP'
|
||||
'&tsc=ImageHoverTitle'
|
||||
time_range_string = '&qft=+filterui:age-lt{interval}'
|
||||
time_range_dict = {'day': '1440',
|
||||
'week': '10080',
|
||||
|
|
Loading…
Reference in New Issue