mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
n
This commit is contained in:
parent
cad3b38be8
commit
1b8cec25a7
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ about = {
|
|||
"results": 'XML-RSS',
|
||||
}
|
||||
|
||||
categories = ['science', 'scientific publications']
|
||||
categories = ['general', 'science', 'scientific publications']
|
||||
paging = True
|
||||
|
||||
base_url = (
|
||||
|
@ -101,7 +101,7 @@ def response(resp):
|
|||
'journal': journal,
|
||||
'tags': tags,
|
||||
'comments': comments,
|
||||
'pdf_url': pdf_url,
|
||||
'pdf_url': pdf_url.replace("http://","https://"),
|
||||
}
|
||||
|
||||
results.append(res_dict)
|
||||
|
|
Loading…
Add table
Reference in a new issue