mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] Improved vimeo search engines, and add the configuration in the sample
This commit is contained in:
parent
68364df342
commit
1950e697d6
2 changed files with 26 additions and 29 deletions
|
|
@ -86,3 +86,10 @@ engine = dailymotion
|
|||
locale = en_US
|
||||
categories = videos
|
||||
|
||||
[vimeo]
|
||||
engine = vimeo
|
||||
categories = videos
|
||||
results_xpath = //div[@id="browse_content"]/ol/li
|
||||
url_xpath=./a/@href
|
||||
title_xpath=./a/div[@class="data"]/p[@class="title"]/text()
|
||||
content_xpath=./a/img/@src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue