Files
addon/servers/vshare.json
Alhaziel01 097be756fe Fix Impostazioni server
(cherry picked from commit cf125d1e2b)
2021-06-16 18:22:50 +02:00

35 lines
610 B
JSON

{
"active": true,
"find_videos": {
"patterns": [
{
"pattern": "(vshare.io/v/[a-zA-Z0-9/-]+)",
"url": "http://\\1"
},
{
"pattern": "(vshare.eu/embed-[a-zA-Z0-9/-]+.html)",
"url": "http://\\1"
},
{
"pattern": "(vshare.eu/[a-zA-Z0-9/-]+.htm)",
"url": "http://\\1"
}
]
},
"free": true,
"id": [
"vshare"
],
"name": "VideoShare",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}