piccoli fix

This commit is contained in:
marco
2020-12-12 18:45:21 +01:00
parent 5f45c31e82
commit ab80b4e8ce
3 changed files with 12 additions and 10 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)
return False, config.get_localized_string(70449) % "VUP"
return True, ""