Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
searx-engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
searx-engine
Commits
9a378ca8
Commit
9a378ca8
authored
Aug 05, 2019
by
Dalf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] etymonline, voat engines
parent
fcc9587e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
settings.yml
searx/settings.yml
+8
-8
No files found.
searx/settings.yml
View file @
9a378ca8
...
...
@@ -204,11 +204,11 @@ engines:
-
name
:
etymonline
engine
:
xpath
paging
:
True
search_url
:
http
://etymonline.com/?search={query}&p={pageno
}
url_xpath
:
//a[contains(@class, "word--")]/@href
title_xpath
:
//
p[contains(@class, "word__name--")]/text()
content_xpath
:
//section[contains(@class, "word__defination")]
/object
first_page_num
:
0
search_url
:
http
s://etymonline.com/search?page={pageno}&q={query
}
url_xpath
:
//a[contains(@class, "word
__name
--")]/@href
title_xpath
:
//
a[contains(@class, "word__name--")]
content_xpath
:
//section[contains(@class, "word__defination")]
first_page_num
:
1
shortcut
:
et
disabled
:
True
...
...
@@ -703,9 +703,9 @@ engines:
shortcut
:
vo
categories
:
social media
search_url
:
https://searchvoat.co/?t={query}
url_xpath
:
//div[@class="entry"]/p/a[
@class="title"
]/@href
title_xpath
:
//div[@class="entry"]/p/a[
@class="title"
]
content_xpath
:
//div[@class="entry"]/p/span[@class="domain"]
url_xpath
:
//div[@class="entry"]/p/a[
contains(@class, "title")
]/@href
title_xpath
:
//div[@class="entry"]/p/a[
contains(@class, "title")
]
content_xpath
:
//div[@class="entry"]/p/span[@class="domain"]
/a/text()
timeout
:
10.0
disabled
:
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment