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

This commit is contained in:
mol
2023-12-06 11:13:46 +08:00
parent 7bcead1853
commit 70b1535163

View File

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