.oO SearXNG Developer Documentation Oo.
|
Go to the source code of this file.
Namespaces | |
namespace | searx |
namespace | searx.engines |
::1337x | |
namespace | searx.engines.tineye |
Functions | |
searx.engines.tineye.request (query, params) | |
searx.engines.tineye.parse_tineye_match (match_json) | |
searx.engines.tineye.response (resp) | |
Variables | |
searx.engines.tineye.logger = logging.getLogger() | |
dict | searx.engines.tineye.about |
str | searx.engines.tineye.engine_type = 'online_url_search' |
list | searx.engines.tineye.categories = ['general'] |
bool | searx.engines.tineye.paging = True |
bool | searx.engines.tineye.safesearch = False |
str | searx.engines.tineye.base_url = 'https://tineye.com' |
str | searx.engines.tineye.search_string = '/api/v1/result_json/?page={page}&{query}' |
searx.engines.tineye.FORMAT_NOT_SUPPORTED | |
searx.engines.tineye.NO_SIGNATURE_ERROR | |
searx.engines.tineye.DOWNLOAD_ERROR = gettext("The image could not be downloaded.") | |