Fix Clipwathing e CloudVideo
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"ignore_urls": [],
|
"ignore_urls": [],
|
||||||
"patterns": [
|
"patterns": [
|
||||||
{
|
{
|
||||||
"pattern": "clipwatching.com/((?:embed-)?[a-zA-Z0-9./_-]+).html",
|
"pattern": "clipwatching.com/((?:embed-)?[a-zA-Z0-9./_\\-\\[\\]\\(\\)]+).html",
|
||||||
"url": "http://clipwatching.com/\\1.html"
|
"url": "http://clipwatching.com/\\1.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"ignore_urls": [],
|
"ignore_urls": [],
|
||||||
"patterns": [
|
"patterns": [
|
||||||
{
|
{
|
||||||
"pattern": "cloudvideo.tv/(?:embed-)?([a-z0-9]+).html",
|
"pattern": "cloudvideo.tv/(?:embed-)?([a-z0-9]+)(?:.html)?",
|
||||||
"url": "https://cloudvideo.tv/embed-\\1.html"
|
"url": "https://cloudvideo.tv/embed-\\1.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user