mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
parent
42a194898b
commit
3a63dfbdd7
10 changed files with 46 additions and 11 deletions
|
@ -19,7 +19,7 @@ from searx.utils import eval_xpath_list, eval_xpath_getindex
|
|||
categories = ['science']
|
||||
paging = True
|
||||
|
||||
base_url = 'http://export.arxiv.org/api/query?search_query=all:'\
|
||||
base_url = 'https://export.arxiv.org/api/query?search_query=all:'\
|
||||
+ '{query}&start={offset}&max_results={number_of_results}'
|
||||
|
||||
# engine dependent config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue