morss/feedify.ini

25 lines
479 B
INI

[twitter]
path=
http://twitter.com/*
https://twitter.com/*
title= //head/title/text()
items= //div[class=tweet]
item_title= .//span[class=username]//text()
item_link= .//a[class=details]/@href
item_content= .//p[class=tweet-text]
item_time= .//span/@data-time
[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]