mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 04:40:11 +01:00
commit
1e0381a8d5
@ -40,6 +40,17 @@ engines:
|
||||
engine : archlinux
|
||||
shortcut : al
|
||||
|
||||
- name : archive is
|
||||
engine : xpath
|
||||
search_url : https://archive.is/{query}
|
||||
url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
|
||||
title_xpath : (//div[@class="TEXT-BLOCK"]/a)
|
||||
content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
|
||||
categories : general
|
||||
timeout : 7.0
|
||||
disabled : True
|
||||
shortcut : ai
|
||||
|
||||
- name : base
|
||||
engine : base
|
||||
shortcut : bs
|
||||
|
Loading…
Reference in New Issue
Block a user