|
@@ -703,9 +703,9 @@ engines:
|
|
shortcut: vo
|
|
shortcut: vo
|
|
categories: social media
|
|
categories: social media
|
|
search_url : https://searchvoat.co/?t={query}
|
|
search_url : https://searchvoat.co/?t={query}
|
|
- url_xpath : //div[@class="entry"]/p/a[contains(@class, "title")]/@href
|
|
|
|
- title_xpath : //div[@class="entry"]/p/a[contains(@class, "title")]
|
|
|
|
- content_xpath : //div[@class="entry"]/p/span[@class="domain"]/a/text()
|
|
|
|
|
|
+ url_xpath : //div[@class="entry"]//p[@class="title"]/a/@href
|
|
|
|
+ title_xpath : //div[@class="entry"]//p[@class="title"]/a/text()
|
|
|
|
+ content_xpath : //div[@class="entry"]//span[@class="domain"]/a/text()
|
|
timeout : 10.0
|
|
timeout : 10.0
|
|
disabled : True
|
|
disabled : True
|
|
|
|
|