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

27 lines
476 B
JSON

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "playtube.ws/(?:embed-|)(\\w+)",
"url": "https://playtube.ws/embed-\\1.html"
}
]
},
"free": true,
"id": "playtube",
"name": "PlayTube",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@60654",
"type": "bool",
"visible": true
}
],
"thumbnail": "playtube.png"
}