Fix Animeworl e Casacinema
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"ignore_urls": [],
|
||||
"patterns": [
|
||||
{
|
||||
"pattern": "vup.to/((?:embed-)?[a-z0-9]+)",
|
||||
"pattern": "(?:vupload.com|vup.to)/((?:embed-)?[a-z0-9]+)",
|
||||
"url": "https://vup.to/\\1.html"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,7 +10,7 @@ def test_video_exists(page_url):
|
||||
global data
|
||||
data = page.data
|
||||
if page.code == 404 or 'File is no longer available' in data:
|
||||
return False, config.get_localized_string(70449) % "VUP"
|
||||
return False, config.get_localized_string(70449) % "VUP Player"
|
||||
return True, ""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user