|
@@ -544,6 +544,18 @@ engines:
|
544
|
544
|
# See : http://mymemory.translated.net/doc/usagelimits.php
|
545
|
545
|
# api_key : ''
|
546
|
546
|
|
|
547
|
+ - name : voat
|
|
548
|
+ engine: xpath
|
|
549
|
+ shortcut: vo
|
|
550
|
+ categories: social media
|
|
551
|
+ search_url : https://voat.co/search?q={query}
|
|
552
|
+ url_xpath : //p[contains(@class, "title")]/a/@href
|
|
553
|
+ title_xpath : //p[contains(@class, "title")]/a
|
|
554
|
+ content_xpath : //span[@class="domain"]
|
|
555
|
+ timeout : 10.0
|
|
556
|
+ disabled : True
|
|
557
|
+
|
|
558
|
+
|
547
|
559
|
#The blekko technology and team have joined IBM Watson! -> https://blekko.com/
|
548
|
560
|
# - name : blekko images
|
549
|
561
|
# engine : blekko_images
|