.oO SearXNG Developer Documentation Oo.
|
Functions | |
request (query, params) | |
response (resp) | |
Variables | |
dict | about |
list | categories = ["videos"] |
bool | paging = True |
bool | time_range_support = True |
dict | time_range_dict = {"day": 1, "week": 7, "month": 30, "year": 365} |
str | base_url = "https://www.nicovideo.jp" |
str | embed_url = "https://embed.nicovideo.jp" |
str | results_xpath = '//li[@data-video-item]' |
str | url_xpath = './/a[@class="itemThumbWrap"]/@href' |
str | video_length_xpath = './/span[@class="videoLength"]' |
str | upload_time_xpath = './/p[@class="itemTime"]//span[@class="time"]/text()' |
str | title_xpath = './/p[@class="itemTitle"]/a' |
str | content_xpath = './/p[@class="itemDescription"]/@title' |
str | thumbnail_xpath = './/img[@class="thumb"]/@src' |
Niconico search engine for searxng
searx.engines.niconico.request | ( | query, | |
params ) |
Definition at line 37 of file niconico.py.
searx.engines.niconico.response | ( | resp | ) |
Definition at line 49 of file niconico.py.
dict searx.engines.niconico.about |
Definition at line 10 of file niconico.py.
str searx.engines.niconico.base_url = "https://www.nicovideo.jp" |
Definition at line 25 of file niconico.py.
list searx.engines.niconico.categories = ["videos"] |
Definition at line 19 of file niconico.py.
str searx.engines.niconico.content_xpath = './/p[@class="itemDescription"]/@title' |
Definition at line 33 of file niconico.py.
str searx.engines.niconico.embed_url = "https://embed.nicovideo.jp" |
Definition at line 26 of file niconico.py.
bool searx.engines.niconico.paging = True |
Definition at line 20 of file niconico.py.
str searx.engines.niconico.results_xpath = '//li[@data-video-item]' |
Definition at line 28 of file niconico.py.
str searx.engines.niconico.thumbnail_xpath = './/img[@class="thumb"]/@src' |
Definition at line 34 of file niconico.py.
dict searx.engines.niconico.time_range_dict = {"day": 1, "week": 7, "month": 30, "year": 365} |
Definition at line 23 of file niconico.py.
bool searx.engines.niconico.time_range_support = True |
Definition at line 22 of file niconico.py.
str searx.engines.niconico.title_xpath = './/p[@class="itemTitle"]/a' |
Definition at line 32 of file niconico.py.
str searx.engines.niconico.upload_time_xpath = './/p[@class="itemTime"]//span[@class="time"]/text()' |
Definition at line 31 of file niconico.py.
str searx.engines.niconico.url_xpath = './/a[@class="itemThumbWrap"]/@href' |
Definition at line 29 of file niconico.py.
str searx.engines.niconico.video_length_xpath = './/span[@class="videoLength"]' |
Definition at line 30 of file niconico.py.