Fix Go Unlimited

This commit is contained in:
Alhaziel
2019-11-09 12:43:28 +01:00
committed by Alhaziel01
parent 6a0c0ba205
commit 08291d6bc3
+4 -4
View File
@@ -4,14 +4,14 @@
"ignore_urls": [], "ignore_urls": [],
"patterns": [ "patterns": [
{ {
"pattern": "https://gounlimited.to/(?:embed-|)([a-z0-9]+)(?:.html|)", "pattern": "gounlimited.to/(?:embed-|)([a-z0-9]+)(?:.html|)",
"url": "https://gounlimited.to/embed-\\1.html" "url": "https://gounlimited.to/\\1.html"
} }
] ]
}, },
"free": true, "free": true,
"id": "gounlimited", "id": "gounlimited",
"name": "gounlimited", "name": "Go Unlimited",
"settings": [ "settings": [
{ {
"default": false, "default": false,
@@ -38,5 +38,5 @@
"visible": false "visible": false
} }
], ],
"thumbnail": "https://s31.postimg.cc/bsiaj2q2j/goo.png" "thumbnail": "server_gounlimited.png"
} }