.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_config_url = 'https://pdimagearchive.org/_astro/config.BiNvrvzG.js' |
list | categories = ['images'] |
int | page_size = 20 |
bool | paging = True |
__CACHED_API_KEY = None | |
Public domain image archive
|
protected |
Definition at line 52 of file public_domain_image_archive.py.
Referenced by response().
|
protected |
Definition at line 78 of file public_domain_image_archive.py.
Referenced by response().
|
protected |
Definition at line 59 of file public_domain_image_archive.py.
Referenced by request().
searx.engines.public_domain_image_archive.request | ( | query, | |
params ) |
Definition at line 84 of file public_domain_image_archive.py.
References _get_algolia_api_key().
searx.engines.public_domain_image_archive.response | ( | resp | ) |
Definition at line 112 of file public_domain_image_archive.py.
References _clean_url(), and _clear_cached_api_key().
|
private |
Definition at line 49 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 44 of file public_domain_image_archive.py.
int searx.engines.public_domain_image_archive.page_size = 20 |
Definition at line 45 of file public_domain_image_archive.py.
bool searx.engines.public_domain_image_archive.paging = True |
Definition at line 46 of file public_domain_image_archive.py.
str searx.engines.public_domain_image_archive.pdia_config_url = 'https://pdimagearchive.org/_astro/config.BiNvrvzG.js' |
Definition at line 43 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.