Fix Animeworl e Casacinema

This commit is contained in:
Alhaziel01
2021-03-22 10:32:10 +01:00
parent 9f304abbee
commit 13cb0b915f
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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, ""