.oO SearXNG Developer Documentation Oo.
|
Functions | |
request (query, params) | |
_web_result (result) | |
_images_result (result) | |
_news_result (result) | |
response (resp) | |
Variables | |
dict | about |
str | base_url = "https://api.yep.com" |
str | search_type = "web" |
bool | safesearch = True |
dict | safesearch_map = {0: 'off', 1: 'moderate', 2: 'strict'} |
Yep (general, images, news)
|
protected |
Definition at line 45 of file yep.py.
Referenced by searx.engines.yep.response().
|
protected |
Definition at line 56 of file yep.py.
Referenced by searx.engines.yep.response().
|
protected |
Definition at line 37 of file yep.py.
Referenced by searx.engines.yep.response().
searx.engines.yep.request | ( | query, | |
params ) |
Definition at line 24 of file yep.py.
searx.engines.yep.response | ( | resp | ) |
Definition at line 65 of file yep.py.
References searx.engines.yep._images_result(), searx.engines.yep._news_result(), and searx.engines.yep._web_result().
dict searx.engines.yep.about |
dict searx.engines.yep.safesearch_map = {0: 'off', 1: 'moderate', 2: 'strict'} |