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

29 lines
609 B
JSON

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "https://gounlimited.to/(?:embed-|)(\\w+)(?:\\.html|/|)",
"url": "https://gounlimited.to/embed-\\1.html"
},
{
"pattern": "https://gounlimited.to/(\\w+)/\\w+.",
"url": "https://gounlimited.to/embed-\\1.html"
}
]
},
"free": true,
"id": "gounlimited",
"name": "Go Unlimited",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}