2013-09-25 10:37:14 +00:00
|
|
|
[twitter]
|
|
|
|
path=
|
|
|
|
http://twitter.com/*
|
|
|
|
https://twitter.com/*
|
|
|
|
|
2013-09-25 10:48:50 +00:00
|
|
|
title= //head/title/text()
|
2013-09-25 10:37:14 +00:00
|
|
|
items= //div[class=tweet]
|
|
|
|
|
2013-10-01 18:18:55 +00:00
|
|
|
item_title= .//span[class=username]//text()
|
2013-09-25 10:37:14 +00:00
|
|
|
item_link= .//a[class=details]/@href
|
|
|
|
item_content= .//p[class=tweet-text]
|
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]
|