Update feedify api mode & url

master
pictuga 2013-11-09 18:32:14 +01:00
parent f52e2871ac
commit d18de37c38
1 changed files with 5 additions and 1 deletions

View File

@ -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]