folder reorganization

This commit is contained in:
cttynul
2019-04-23 14:32:53 +02:00
parent 659751b2f4
commit 8e7ee78a87
1195 changed files with 267003 additions and 2 deletions

45
servers/facebook.json Normal file
View File

@@ -0,0 +1,45 @@
{
"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
}
]
}