45 lines
840 B
JSON
45 lines
840 B
JSON
{
|
|
"active": true,
|
|
"find_videos": {
|
|
"ignore_urls": [],
|
|
"patterns": [
|
|
{
|
|
"pattern": "http://www.facebook.com/v/([\\d]+)",
|
|
"url": "http://www.facebook.com/video/external_video.php?v=\\1"
|
|
},
|
|
{
|
|
"pattern": "(http://video.ak.facebook.com/.*?\\.mp4)",
|
|
"url": "\\1"
|
|
}
|
|
]
|
|
},
|
|
"free": true,
|
|
"id": "facebook",
|
|
"name": "facebook",
|
|
"settings": [
|
|
{
|
|
"default": false,
|
|
"enabled": true,
|
|
"id": "black_list",
|
|
"label": "@60654",
|
|
"type": "bool",
|
|
"visible": true
|
|
},
|
|
{
|
|
"default": 0,
|
|
"enabled": true,
|
|
"id": "favorites_servers_list",
|
|
"label": "@60655",
|
|
"lvalues": [
|
|
"No",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5"
|
|
],
|
|
"type": "list",
|
|
"visible": false
|
|
}
|
|
]
|
|
} |