.oO SearXNG Developer Documentation Oo.
|
Functions | |
_clean_url (url) | |
_get_algolia_api_key () | |
_clear_cached_api_key () | |
request (query, params) | |
response (resp) | |
Variables | |
str | THUMBNAIL_SUFFIX = "?fit=max&h=360&w=360" |
dict | about |
str | base_url = 'https://oqi2j6v4iz-dsn.algolia.net' |
str | pdia_base_url = 'https://pdimagearchive.org' |
str | pdia_search_url = pdia_base_url + '/search/?q=' |
str | pdia_config_start = "/_astro/InfiniteSearch." |
str | pdia_config_end = ".js" |
list | categories = ['images'] |
int | page_size = 20 |
bool | paging = True |
__CACHED_API_KEY = None | |
Public domain image archive
|
protected |
Definition at line 55 of file public_domain_image_archive.py.
Referenced by response().
|
protected |
Definition at line 87 of file public_domain_image_archive.py.
Referenced by response().
|
protected |
Definition at line 62 of file public_domain_image_archive.py.
Referenced by request().
searx.engines.public_domain_image_archive.request | ( | query, | |
params ) |
Definition at line 93 of file public_domain_image_archive.py.
References _get_algolia_api_key().
searx.engines.public_domain_image_archive.response | ( | resp | ) |
Definition at line 121 of file public_domain_image_archive.py.
References _clean_url(), and _clear_cached_api_key().
|
private |
Definition at line 52 of file public_domain_image_archive.py.
dict searx.engines.public_domain_image_archive.about |
Definition at line 35 of file public_domain_image_archive.py.
str searx.engines.public_domain_image_archive.base_url = 'https://oqi2j6v4iz-dsn.algolia.net' |
Definition at line 42 of file public_domain_image_archive.py.
list searx.engines.public_domain_image_archive.categories = ['images'] |
Definition at line 47 of file public_domain_image_archive.py.
int searx.engines.public_domain_image_archive.page_size = 20 |
Definition at line 48 of file public_domain_image_archive.py.
bool searx.engines.public_domain_image_archive.paging = True |
Definition at line 49 of file public_domain_image_archive.py.
str searx.engines.public_domain_image_archive.pdia_base_url = 'https://pdimagearchive.org' |
Definition at line 43 of file public_domain_image_archive.py.
str searx.engines.public_domain_image_archive.pdia_config_end = ".js" |
Definition at line 46 of file public_domain_image_archive.py.
str searx.engines.public_domain_image_archive.pdia_config_start = "/_astro/InfiniteSearch." |
Definition at line 45 of file public_domain_image_archive.py.
str searx.engines.public_domain_image_archive.pdia_search_url = pdia_base_url + '/search/?q=' |
Definition at line 44 of file public_domain_image_archive.py.
str searx.engines.public_domain_image_archive.THUMBNAIL_SUFFIX = "?fit=max&h=360&w=360" |
Definition at line 11 of file public_domain_image_archive.py.