Fix Up Stream e VUP
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"ignore_urls": [],
|
||||
"patterns": [
|
||||
{
|
||||
"pattern": "upstream.to/([a-z0-9]+)",
|
||||
"url": "https://upstream.to/\\1"
|
||||
"pattern": "upstream.to/((?:embed-)?[a-z0-9]+)",
|
||||
"url": "https://upstream.to/\\1.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -4,14 +4,14 @@
|
||||
"ignore_urls": [],
|
||||
"patterns": [
|
||||
{
|
||||
"pattern": "vup.to/(?:embed-)?([a-z0-9]+).html",
|
||||
"pattern": "vup.to/((?:embed-)?[a-z0-9]+)",
|
||||
"url": "https://vup.to/\\1.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
"free": true,
|
||||
"id": "vupplayer",
|
||||
"name": "VUP Player",
|
||||
"name": "VUP",
|
||||
"settings": [
|
||||
{
|
||||
"default": false,
|
||||
|
||||
Reference in New Issue
Block a user