morss/feedify.ini

12 lines
234 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]