mirror of
https://github.com/searx/searx
synced 2025-03-02 18:47:39 +01:00
Minor fixes to wikimini engine
This commit is contained in:
parent
bed044cc62
commit
c486adf8f7
@ -222,11 +222,9 @@ engines:
|
|||||||
|
|
||||||
#The fulltext and title parameter is necessary for Wikimini because sometimes it will not show the results and redirect instead
|
#The fulltext and title parameter is necessary for Wikimini because sometimes it will not show the results and redirect instead
|
||||||
- name: wikimini
|
- name: wikimini
|
||||||
engine: wikimini
|
engine: xpath
|
||||||
shortcut: wkmn
|
shortcut: wkmn
|
||||||
base_url : 'https://{language}.wikimini.org/'
|
search_url : https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
|
||||||
paging : False
|
|
||||||
search_url : https://{language}.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
|
|
||||||
url_xpath : //li/div[@class="mw-search-result-heading"]/a/@href
|
url_xpath : //li/div[@class="mw-search-result-heading"]/a/@href
|
||||||
title_xpath : //li//div[@class="mw-search-result-heading"]/a
|
title_xpath : //li//div[@class="mw-search-result-heading"]/a
|
||||||
content_xpath : //li/div[@class="searchresult"]
|
content_xpath : //li/div[@class="searchresult"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user