feeds: drop facebook-related code
No longer maintained and of little use anyway
This commit is contained in:
@@ -144,32 +144,3 @@ items = //div[class=results_links][not(contains(@class,'sponsored'))]
|
||||
item_title = .//a[class=result__a]
|
||||
item_link = .//a[class=result__a]/@href
|
||||
item_desc = .//a[class=result__snippet]
|
||||
|
||||
[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
|
||||
item_id = id
|
||||
|
||||
[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
|
||||
item_id = id
|
||||
|
Reference in New Issue
Block a user