Files
addon/servers/youwatch.json
2021-06-16 09:35:14 +02:00

28 lines
512 B
JSON

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "http://(?:youwatch.org|chouhaa.info)/(?:embed-|)([a-z0-9]+)",
"url": "http://youwatch.org/embed-\\1.html"
}
]
},
"free": true,
"id": "youwatch",
"name": "You watch",
"premium": [
"realdebrid"
],
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}