morss/feedify.ini

52 lines
1.1 KiB
INI
Raw Normal View History

[twitter]
path=
http://twitter.com/*
https://twitter.com/*
title= //head/title/text()
items= //div[class=tweet]
2013-10-01 18:18:55 +00:00
item_title= .//span[class=username]//text()
item_link= .//a[class=details]/@href
item_content= .//p[class=tweet-text]
2013-10-08 22:50:10 +00:00
item_time= .//span/@data-time
2013-10-01 18:19:17 +00:00
[google]
path=
http://www.google.com/search?q=*
https://www.google.com/search?q=*
title= //head/title/text()
items= //li[class=g]
item_title= .//h3//text()
item_link= .//a/@href
item_content= .//span[class=st]
[facebook home]
mode=json
path=
https://graph.facebook.com/*/home*
https://graph.facebook.com/*/feed*
title= "Facebook"
items= data
item_title= from.name {" > " to.data.name<", ">}
item_link= actions.link[0]
item_content= message story{"<br/><br/><a href='" link "'><img src='" picture "' /></a>"}{"<blockquote><a href='" link "'>" name "</a><br/>" description "</blockquote>"}{"<br/><br/> @ " place.name}
item_time= created_time
[facebook message/post]
mode=json
path=
https://graph.facebook.com/*
https://graph.facebook.com/*
title= "Facebook"
items= comments.data
item_title= from.name
item_content= message
item_time= created_time