mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 15:59:21 +02:00
add faroo engine support
This commit is contained in:
parent
bd2db71fa6
commit
8af2184a45
3 changed files with 117 additions and 0 deletions
|
@ -20,6 +20,9 @@ def gen_useragent():
|
|||
return ua.format(os=choice(ua_os), version=choice(ua_versions))
|
||||
|
||||
|
||||
def searx_useragent():
|
||||
return 'searx'
|
||||
|
||||
def highlight_content(content, query):
|
||||
|
||||
if not content:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue