mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
Merge branch 'master' into wikimedia-projects
This commit is contained in:
commit
7878176bb0
@ -32,8 +32,10 @@ jobs:
|
|||||||
env: PY=2
|
env: PY=2
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
|
- python: "3.7"
|
||||||
|
- python: "3.8"
|
||||||
- stage: docker
|
- stage: docker
|
||||||
python: "3.6"
|
python: "3.8"
|
||||||
git:
|
git:
|
||||||
depth: false
|
depth: false
|
||||||
services:
|
services:
|
||||||
|
@ -826,6 +826,20 @@ engines:
|
|||||||
engine : seedpeer
|
engine : seedpeer
|
||||||
categories: files, music, videos
|
categories: files, music, videos
|
||||||
|
|
||||||
|
- name : rubygems
|
||||||
|
shortcut: rbg
|
||||||
|
engine: xpath
|
||||||
|
paging : True
|
||||||
|
search_url : https://rubygems.org/search?page={pageno}&query={query}
|
||||||
|
results_xpath: /html/body/main/div/a[@class="gems__gem"]
|
||||||
|
url_xpath : ./@href
|
||||||
|
title_xpath : ./span/h2
|
||||||
|
content_xpath : ./span/p
|
||||||
|
suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
|
||||||
|
first_page_num : 1
|
||||||
|
categories: it
|
||||||
|
disabled : True
|
||||||
|
|
||||||
# - name : yacy
|
# - name : yacy
|
||||||
# engine : yacy
|
# engine : yacy
|
||||||
# shortcut : ya
|
# shortcut : ya
|
||||||
|
Loading…
Reference in New Issue
Block a user