mirror of https://github.com/searx/searx
Adds Dogpile as an engine (#2822)
* Add Dogpile engine Example Query: [https://www.dogpile.com/serp?q=streisand+effect](https://www.dogpile.com/serp?q=streisand+effect) * Remove double "engines: " text
This commit is contained in:
parent
c486adf8f7
commit
28e4ef9173
|
@ -1282,6 +1282,26 @@ engines:
|
||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: HTML
|
results: HTML
|
||||||
|
|
||||||
|
- name : dogpile
|
||||||
|
shortcut : dp
|
||||||
|
engine : xpath
|
||||||
|
paging : True
|
||||||
|
# Doesn't work without the 'sc' parameter
|
||||||
|
search_url : https://www.dogpile.com/serp?q={query}&page={pageno}&sc=Gp0GqqlRVflv20
|
||||||
|
url_xpath : //span[@class="web-bing__url"]
|
||||||
|
title_xpath : //a[@class="web-bing__title"]
|
||||||
|
content_xpath : //span[@class="web-bing__description"]
|
||||||
|
page_size : 9
|
||||||
|
categories : general
|
||||||
|
timeout : 7.0
|
||||||
|
disabled : True
|
||||||
|
about:
|
||||||
|
website: https://www.dogpile.com
|
||||||
|
wikidata_id: Q3595363
|
||||||
|
use_official_api: false
|
||||||
|
require_api_key: false
|
||||||
|
results: html
|
||||||
|
|
||||||
- name : naver
|
- name : naver
|
||||||
shortcut: nvr
|
shortcut: nvr
|
||||||
engine: xpath
|
engine: xpath
|
||||||
|
|
Loading…
Reference in New Issue