traduzione server testvideo

This commit is contained in:
marco
2020-03-30 13:30:14 +02:00
parent 5ade7ee4db
commit d488409742
114 changed files with 255 additions and 211 deletions
+2 -2
View File
@@ -2,10 +2,10 @@
# --------------------------------------------------------
# Conector Rcdnme By Alfa development Group
# --------------------------------------------------------
from core import httptools
from core import scrapertools
from lib import jsunpack
from platformcode import config
from platformcode import logger
@@ -14,7 +14,7 @@ def test_video_exists(page_url):
data = httptools.downloadpage(page_url)
if "Object not found" in data.data or "longer exists on our servers" in data.data:
return False, "[Rcdnme] El archivo no existe o ha sido borrado"
return False, config.get_localized_string(70449) % "Rcdnme"
if data.code == 500:
return False, "[Rcdnme] Error interno del servidor"
return True, ""