1
0
mirror of https://github.com/searx/searx synced 2024-11-27 04:12:25 +01:00

[enh] Add ask.com engine

This commit is contained in:
Allen 2021-07-19 18:24:39 +02:00 committed by GitHub
parent 3b192e6387
commit 573f91143c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1362,6 +1362,26 @@ engines:
require_api_key: false
results: html
- name : ask
shortcut : ask
engine : xpath
timeout : 3.0
disabled : True
categories : general
paging : True
page_size : 10
search_url : https://www.ask.com/web?q={query}&qo=pagination&page={pageno}
title_xpath : //a[@class="PartialSearchResults-item-title-link result-link"]
url_xpath : //a[@class="PartialSearchResults-item-title-link result-link"]/@href
content_xpath : //p[@class="PartialSearchResults-item-abstract"]
suggestion_xpath : //span[@class="PartialRelatedSearch-item-link-text"]
about:
website: https://ask.com
wikidata_id : Q847564
use_official_api: false
require_api_key: false
results: HTML
- name : naver
shortcut: nvr
engine: xpath