From d18de37c38119e850e74b58fd0b210709a367212 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sat, 9 Nov 2013 18:32:14 +0100 Subject: [PATCH] Update feedify api mode & url --- feedify.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/feedify.ini b/feedify.ini index 5c268db..ed3948b 100644 --- a/feedify.ini +++ b/feedify.ini @@ -1,7 +1,10 @@ [twitter] +mode=xpath path= http://twitter.com/* https://twitter.com/* + http://www.twitter.com/* + https://www.twitter.com/* title= //head/title/text() items= //div[class=tweet] @@ -12,9 +15,10 @@ item_content= .//p[class=tweet-text] item_time= .//span/@data-time [google] +mode=xpath path= + http://google.com/search?q=* http://www.google.com/search?q=* - https://www.google.com/search?q=* title= //head/title/text() items= //li[class=g]