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

Go to the source code of this file.

Namespaces

namespace  searx
namespace  searx.engines
 ::1337x
namespace  searx.engines.ahmia

Functions

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

Variables

dict searx.engines.ahmia.about
list searx.engines.ahmia.categories = ['onions']
bool searx.engines.ahmia.paging = True
int searx.engines.ahmia.page_size = 10
str searx.engines.ahmia.search_url = 'http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion/search/?{query}'
bool searx.engines.ahmia.time_range_support = True
dict searx.engines.ahmia.time_range_dict = {'day': 1, 'week': 7, 'month': 30}
str searx.engines.ahmia.results_xpath = '//li[@class="result"]'
str searx.engines.ahmia.url_xpath = './h4/a/@href'
str searx.engines.ahmia.title_xpath = './h4/a[1]'
str searx.engines.ahmia.content_xpath = './/p[1]'
str searx.engines.ahmia.correction_xpath = '//*[@id="didYouMean"]//a'
str searx.engines.ahmia.number_of_results_xpath = '//*[@id="totalResults"]'