12 lines
283 B
INI
12 lines
283 B
INI
|
[twitter]
|
||
|
path=
|
||
|
http://twitter.com/*
|
||
|
https://twitter.com/*
|
||
|
|
||
|
title= (//strong[class=search-query]|//span[class=screen-name])/text()
|
||
|
items= //div[class=tweet]
|
||
|
|
||
|
item_title= (.//span[class=username]//text())[2]
|
||
|
item_link= .//a[class=details]/@href
|
||
|
item_content= .//p[class=tweet-text]
|