|
.oO SearXNG Developer Documentation Oo.
|
Functions | |
| _clean_url (url) | |
| _get_algolia_api_url () | |
| _clear_cached_api_url () | |
| request (query, params) | |
| response (resp) | |
Variables | |
| str | THUMBNAIL_SUFFIX = "?fit=max&h=360&w=360" |
| dict | about |
| str | pdia_base_url = 'https://pdimagearchive.org' |
| str | pdia_config_start = "/_astro/InfiniteSearch." |
| str | pdia_config_end = ".js" |
| list | categories = ['images'] |
| int | page_size = 20 |
| bool | paging = True |
| __CACHED_API_URL = None | |
Public domain image archive
|
protected |
Definition at line 53 of file public_domain_image_archive.py.
Referenced by response().
|
protected |
Definition at line 86 of file public_domain_image_archive.py.
Referenced by response().
|
protected |
Definition at line 60 of file public_domain_image_archive.py.
Referenced by request().
| searx.engines.public_domain_image_archive.request | ( | query, | |
| params ) |
Definition at line 92 of file public_domain_image_archive.py.
References _get_algolia_api_url().
| searx.engines.public_domain_image_archive.response | ( | resp | ) |
Definition at line 110 of file public_domain_image_archive.py.
References _clean_url(), and _clear_cached_api_url().
|
private |
Definition at line 50 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.
| list searx.engines.public_domain_image_archive.categories = ['images'] |
Definition at line 45 of file public_domain_image_archive.py.
| int searx.engines.public_domain_image_archive.page_size = 20 |
Definition at line 46 of file public_domain_image_archive.py.
| bool searx.engines.public_domain_image_archive.paging = True |
Definition at line 47 of file public_domain_image_archive.py.
| str searx.engines.public_domain_image_archive.pdia_base_url = 'https://pdimagearchive.org' |
Definition at line 42 of file public_domain_image_archive.py.
| str searx.engines.public_domain_image_archive.pdia_config_end = ".js" |
Definition at line 44 of file public_domain_image_archive.py.
| str searx.engines.public_domain_image_archive.pdia_config_start = "/_astro/InfiniteSearch." |
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.