Преглед изворни кода

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
 - Thomas Renard @threnard
60
 - Thomas Renard @threnard
61
 - Pydo `<https://github.com/pydo>`_
61
 - Pydo `<https://github.com/pydo>`_
62
 - Athemis `<https://github.com/Athemis>`_
62
 - Athemis `<https://github.com/Athemis>`_
63
+- Stefan Antoni `<http://stefan.antoni.io>`

+ 11
- 0
searx/settings.yml Прегледај датотеку

91
     disabled : True
91
     disabled : True
92
     shortcut : bb
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
   - name : crossref
105
   - name : crossref
95
     engine : json_engine
106
     engine : json_engine
96
     paging : True
107
     paging : True