This commit is contained in:
Joseph Cheung 2023-03-12 19:16:34 +08:00
parent cad3b38be8
commit 1b8cec25a7

View file

@ -18,7 +18,7 @@ about = {
"results": 'XML-RSS', "results": 'XML-RSS',
} }
categories = ['science', 'scientific publications'] categories = ['general', 'science', 'scientific publications']
paging = True paging = True
base_url = ( base_url = (
@ -101,7 +101,7 @@ def response(resp):
'journal': journal, 'journal': journal,
'tags': tags, 'tags': tags,
'comments': comments, 'comments': comments,
'pdf_url': pdf_url, 'pdf_url': pdf_url.replace("http://","https://"),
} }
results.append(res_dict) results.append(res_dict)