Update feedify api mode & url
parent
f52e2871ac
commit
d18de37c38
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue