ソースを参照

Merge pull request #788 from suchkultur/add_ccctv_to_settings

Add ccctv engine to settings.yml
Adam Tauber 8 年 前
コミット
383160e99a
共有2 個のファイルを変更した12 個の追加0 個の削除を含む
  1. 1
    0
      AUTHORS.rst
  2. 11
    0
      searx/settings.yml

+ 1
- 0
AUTHORS.rst ファイルの表示

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

+ 11
- 0
searx/settings.yml ファイルの表示

@@ -91,6 +91,17 @@ engines:
91 91
     disabled : True
92 92
     shortcut : bb
93 93
 
94
+  - name : ccc-tv
95
+    engine : xpath
96
+    paging : False
97
+    search_url : https://media.ccc.de/search/?q={query}
98
+    url_xpath : //div[@class="caption"]/h3/a/@href
99
+    title_xpath : //div[@class="caption"]/h3/a/text()
100
+    content_xpath : //div[@class="caption"]/h4/@title
101
+    categories : videos
102
+    disabled : True
103
+    shortcut : c3tv
104
+
94 105
   - name : crossref
95 106
     engine : json_engine
96 107
     paging : True