.oO SearXNG Developer Documentation Oo.
|
Functions | |
request (query, params) | |
_image_result (result) | |
_video_result (result) | |
response (resp) |
Variables | |
dict | about |
str | base_url = 'https://pixabay.com' |
list | categories = ['images'] |
str | pixabay_type = "images" |
bool | paging = True |
bool | safesearch = True |
bool | time_range_support = True |
dict | safesearch_map = {0: 'off', 1: '1', 2: '1'} |
dict | time_range_map = {'day': '1d', 'week': '1w', 'month': '1m', 'year': '1y'} |
bool | enable_http2 = False |
Pixabay provides royalty-free media (images, videos)
|
protected |
Definition at line 56 of file pixabay.py.
Referenced by response().
|
protected |
Definition at line 68 of file pixabay.py.
Referenced by response().
searx.engines.pixabay.request | ( | query, | |
params ) |
Definition at line 34 of file pixabay.py.
searx.engines.pixabay.response | ( | resp | ) |
Definition at line 82 of file pixabay.py.
References _image_result(), and _video_result().
dict searx.engines.pixabay.about |
Definition at line 10 of file pixabay.py.
str searx.engines.pixabay.base_url = 'https://pixabay.com' |
Definition at line 19 of file pixabay.py.
list searx.engines.pixabay.categories = ['images'] |
Definition at line 20 of file pixabay.py.
bool searx.engines.pixabay.enable_http2 = False |
Definition at line 31 of file pixabay.py.
bool searx.engines.pixabay.paging = True |
Definition at line 23 of file pixabay.py.
str searx.engines.pixabay.pixabay_type = "images" |
Definition at line 21 of file pixabay.py.
bool searx.engines.pixabay.safesearch = True |
Definition at line 24 of file pixabay.py.
dict searx.engines.pixabay.safesearch_map = {0: 'off', 1: '1', 2: '1'} |
Definition at line 27 of file pixabay.py.
dict searx.engines.pixabay.time_range_map = {'day': '1d', 'week': '1w', 'month': '1m', 'year': '1y'} |
Definition at line 28 of file pixabay.py.
bool searx.engines.pixabay.time_range_support = True |
Definition at line 25 of file pixabay.py.