diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-07-16 17:25:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 17:25:37 +0200 |
| commit | f523fd3ea77ed3c8269c68f71f28045dbeffc3e0 (patch) | |
| tree | 37cf1878fa8358c76d5d05e810fb51588967414b /searx/engines/ahmia.py | |
| parent | 5f4d05db335bba9265a101f923b7b1824e572f8f (diff) | |
| parent | 1b05ea6a6b1d265007c684063b603b9113943ae2 (diff) | |
Merge pull request #211 from MarcAbonce/onions_v3_fix_searxng
Update onion engines to v3
Diffstat (limited to 'searx/engines/ahmia.py')
| -rw-r--r-- | searx/engines/ahmia.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/engines/ahmia.py b/searx/engines/ahmia.py index 6c502bb40..b9a0086bd 100644 --- a/searx/engines/ahmia.py +++ b/searx/engines/ahmia.py @@ -9,7 +9,7 @@ from searx.engines.xpath import extract_url, extract_text, eval_xpath_list, eval # about about = { - "website": 'http://msydqstlz2kzerdg.onion', + "website": 'http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion', "wikidata_id": 'Q18693938', "official_api_documentation": None, "use_official_api": False, @@ -23,7 +23,7 @@ paging = True page_size = 10 # search url -search_url = 'http://msydqstlz2kzerdg.onion/search/?{query}' +search_url = 'http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion/search/?{query}' time_range_support = True time_range_dict = {'day': 1, 'week': 7, |