feat: wikijs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-12-06 11:00:25 +08:00
parent f11da0f67e
commit 7bcead1853

View File

@ -20,7 +20,8 @@ search_token = ''
cookies = {}
headers = {
"Authorization": f'Bearer {search_token}'
"Authorization": f'Bearer {search_token}',
"Content-Type": 'application/json'
}
'''Some engines might offer different result based on cookies or headers.
Possible use-case: To set safesearch cookie or header to moderate.'''