traduzione server testvideo
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@
|
||||
# --------------------------------------------------------
|
||||
# Conector Streamty 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):
|
||||
global data
|
||||
data = httptools.downloadpage(page_url).data
|
||||
if "Not Found" in data or "File was deleted" in data:
|
||||
return False, "[Streamty] El fichero no existe o ha sido borrado"
|
||||
return False, config.get_localized_string(70449) % "Streamty"
|
||||
return True, ""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user