.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
xpath.py File Reference

Go to the source code of this file.

Namespaces

namespace  searx
 
namespace  searx.engines
 ::1337x
 
namespace  searx.engines.xpath
 

Functions

 searx.engines.xpath.request (query, params)
 
 searx.engines.xpath.response (resp)
 

Variables

 searx.engines.xpath.search_url = None
 
str searx.engines.xpath.lang_all = 'en'
 
list searx.engines.xpath.no_result_for_http_status = []
 
int searx.engines.xpath.soft_max_redirects = 0
 
str searx.engines.xpath.results_xpath = ''
 
 searx.engines.xpath.url_xpath = None
 
 searx.engines.xpath.content_xpath = None
 
 searx.engines.xpath.title_xpath = None
 
bool searx.engines.xpath.thumbnail_xpath = False
 
str searx.engines.xpath.suggestion_xpath = ''
 
str searx.engines.xpath.cached_xpath = ''
 
str searx.engines.xpath.cached_url = ''
 
dict searx.engines.xpath.cookies = {}
 
dict searx.engines.xpath.headers = {}
 
bool searx.engines.xpath.paging = False
 
int searx.engines.xpath.page_size = 1
 
int searx.engines.xpath.first_page_num = 1
 
bool searx.engines.xpath.time_range_support = False
 
str searx.engines.xpath.time_range_url = '&hours={time_range_val}'
 
dict searx.engines.xpath.time_range_map
 
bool searx.engines.xpath.safe_search_support = False
 
dict searx.engines.xpath.safe_search_map = {0: '&filter=none', 1: '&filter=moderate', 2: '&filter=strict'}