morss/feedify.ini

12 lines
239 B
INI

[twitter]
path=
http://twitter.com/*
https://twitter.com/*
title= //head/title/text()
items= //div[class=tweet]
item_title= (.//span[class=username]//text())[2]
item_link= .//a[class=details]/@href
item_content= .//p[class=tweet-text]