traduzione server testvideo
This commit is contained in:
+2
-3
@@ -2,10 +2,9 @@
|
||||
# -*- Server Uppom -*-
|
||||
# -*- Created for Alfa-addon -*-
|
||||
# -*- By the Alfa Develop Group -*-
|
||||
|
||||
import re
|
||||
from core import httptools
|
||||
from core import scrapertools
|
||||
from platformcode import config
|
||||
from platformcode import logger
|
||||
|
||||
|
||||
@@ -14,7 +13,7 @@ def test_video_exists(page_url):
|
||||
data = get_source(page_url)
|
||||
|
||||
if "File was deleted" in data or "File Not Found" in data:
|
||||
return False, "[Uppom] El video ha sido borrado"
|
||||
return False, config.get_localized_string(70449) % "Uppom"
|
||||
|
||||
return True, ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user