Merge pull request #788 from suchkultur/add_ccctv_to_settings

Add ccctv engine to settings.yml
This commit is contained in:
Adam Tauber 2016-12-25 22:40:36 +01:00 committed by GitHub
commit 383160e99a
2 changed files with 12 additions and 0 deletions

View File

@ -60,3 +60,4 @@ generally made searx better:
- Thomas Renard @threnard
- Pydo `<https://github.com/pydo>`_
- Athemis `<https://github.com/Athemis>`_
- Stefan Antoni `<http://stefan.antoni.io>`

View File

@ -91,6 +91,17 @@ engines:
disabled : True
shortcut : bb
- name : ccc-tv
engine : xpath
paging : False
search_url : https://media.ccc.de/search/?q={query}
url_xpath : //div[@class="caption"]/h3/a/@href
title_xpath : //div[@class="caption"]/h3/a/text()
content_xpath : //div[@class="caption"]/h4/@title
categories : videos
disabled : True
shortcut : c3tv
- name : crossref
engine : json_engine
paging : True