2013-09-25 10:37:14 +00:00
|
|
|
|
[twitter]
|
2013-11-09 17:32:14 +00:00
|
|
|
|
mode=xpath
|
2013-09-25 10:37:14 +00:00
|
|
|
|
path=
|
|
|
|
|
http://twitter.com/*
|
|
|
|
|
https://twitter.com/*
|
2013-11-09 17:32:14 +00:00
|
|
|
|
http://www.twitter.com/*
|
|
|
|
|
https://www.twitter.com/*
|
2013-09-25 10:37:14 +00:00
|
|
|
|
|
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-11-10 22:51:13 +00:00
|
|
|
|
item_title= ./@data-name " (@" ./@data-screen-name ")"
|
2013-09-25 10:37:14 +00:00
|
|
|
|
item_link= .//a[class=details]/@href
|
|
|
|
|
item_content= .//p[class=tweet-text]
|
2013-10-08 22:50:10 +00:00
|
|
|
|
item_time= .//span/@data-time
|
2013-10-01 18:19:17 +00:00
|
|
|
|
|
|
|
|
|
[google]
|
2013-11-09 17:32:14 +00:00
|
|
|
|
mode=xpath
|
2013-10-01 18:19:17 +00:00
|
|
|
|
path=
|
2013-11-09 17:32:14 +00:00
|
|
|
|
http://google.com/search?q=*
|
2013-10-01 18:19:17 +00:00
|
|
|
|
http://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]
|
2013-10-21 19:29:23 +00:00
|
|
|
|
|
2013-11-10 23:33:43 +00:00
|
|
|
|
[ddg.gg]
|
|
|
|
|
mode=xpath
|
|
|
|
|
path=
|
|
|
|
|
http://duckduckgo.com/html/?q=*
|
|
|
|
|
https://duckduckgo.com/html/?q=*
|
|
|
|
|
|
|
|
|
|
title= //head/title/text()
|
|
|
|
|
items= //div[class=results_links][not(contains(@class,'sponsored'))]
|
|
|
|
|
|
|
|
|
|
item_title= .//a[class=large]//text()
|
|
|
|
|
item_link= .//a[class=large]/@href
|
|
|
|
|
item_content= .//div[class=snippet]
|
|
|
|
|
|
2013-10-21 19:29:23 +00:00
|
|
|
|
[facebook home]
|
|
|
|
|
mode=json
|
|
|
|
|
path=
|
|
|
|
|
https://graph.facebook.com/*/home*
|
|
|
|
|
https://graph.facebook.com/*/feed*
|
|
|
|
|
|
|
|
|
|
title= "Facebook"
|
|
|
|
|
items= data
|
|
|
|
|
|
|
|
|
|
item_title= from.name {" > " to.data.name<", ">}
|
|
|
|
|
item_link= actions.link[0]
|
|
|
|
|
item_content= message story{"<br/><br/><a href='" link "'><img src='" picture "' /></a>"}{"<blockquote><a href='" link "'>" name "</a><br/>" description "</blockquote>"}{"<br/><br/> – @ " place.name}
|
|
|
|
|
item_time= created_time
|
|
|
|
|
|
|
|
|
|
[facebook message/post]
|
|
|
|
|
mode=json
|
|
|
|
|
path=
|
|
|
|
|
https://graph.facebook.com/*
|
|
|
|
|
https://graph.facebook.com/*
|
|
|
|
|
|
|
|
|
|
title= "Facebook"
|
|
|
|
|
items= comments.data
|
|
|
|
|
|
|
|
|
|
item_title= from.name
|
|
|
|
|
item_content= message
|
|
|
|
|
item_time= created_time
|