From 8a367f22518c755a37a19cc9e7a27bc4e9c9a71b Mon Sep 17 00:00:00 2001 From: pictuga Date: Mon, 11 Nov 2013 00:33:43 +0100 Subject: [PATCH] Feedify support for DuckDuckGo Trying to work around google's bann --- feedify.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/feedify.ini b/feedify.ini index e0f7e27..667fc2a 100644 --- a/feedify.ini +++ b/feedify.ini @@ -27,6 +27,19 @@ item_title= .//h3//text() item_link= .//a/@href item_content= .//span[class=st] +[ddg.gg] +mode=xpath +path= + http://duckduckgo.com/html/?q=* + https://duckduckgo.com/html/?q=* + +title= //head/title/text() +items= //div[class=results_links][not(contains(@class,'sponsored'))] + +item_title= .//a[class=large]//text() +item_link= .//a[class=large]/@href +item_content= .//div[class=snippet] + [facebook home] mode=json path=