.oO SearXNG Developer Documentation Oo.
|
Functions | |
request (query, params) | |
response (resp) | |
Variables | |
dict | about |
list | categories = ['images'] |
bool | paging = True |
str | base_url = 'https://www.deviantart.com' |
str | results_xpath = '//div[@class="_2pZkk"]/div/div/a' |
str | url_xpath = './@href' |
str | thumbnail_src_xpath = './div/img/@src' |
str | img_src_xpath = './div/img/@srcset' |
str | title_xpath = './@aria-label' |
str | premium_xpath = '../div/div/div/text()' |
str | premium_keytext = 'Watch the artist to view this deviation' |
str | cursor_xpath = '(//a[@class="_1OGeq"]/@href)[last()]' |
Deviantart (Images)
searx.engines.deviantart.request | ( | query, | |
params ) |
Definition at line 38 of file deviantart.py.
searx.engines.deviantart.response | ( | resp | ) |
Definition at line 52 of file deviantart.py.
dict searx.engines.deviantart.about |
Definition at line 12 of file deviantart.py.
str searx.engines.deviantart.base_url = 'https://www.deviantart.com' |
Definition at line 26 of file deviantart.py.
list searx.engines.deviantart.categories = ['images'] |
Definition at line 22 of file deviantart.py.
str searx.engines.deviantart.cursor_xpath = '(//a[@class="_1OGeq"]/@href)[last()]' |
Definition at line 35 of file deviantart.py.
str searx.engines.deviantart.img_src_xpath = './div/img/@srcset' |
Definition at line 31 of file deviantart.py.
bool searx.engines.deviantart.paging = True |
Definition at line 23 of file deviantart.py.
str searx.engines.deviantart.premium_keytext = 'Watch the artist to view this deviation' |
Definition at line 34 of file deviantart.py.
str searx.engines.deviantart.premium_xpath = '../div/div/div/text()' |
Definition at line 33 of file deviantart.py.
str searx.engines.deviantart.results_xpath = '//div[@class="_2pZkk"]/div/div/a' |
Definition at line 28 of file deviantart.py.
str searx.engines.deviantart.thumbnail_src_xpath = './div/img/@src' |
Definition at line 30 of file deviantart.py.
str searx.engines.deviantart.title_xpath = './@aria-label' |
Definition at line 32 of file deviantart.py.
str searx.engines.deviantart.url_xpath = './@href' |
Definition at line 29 of file deviantart.py.