traduzione server testvideo
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
# --------------------------------------------------------
|
||||
# Conector para streamcherry
|
||||
# --------------------------------------------------------
|
||||
|
||||
from core import httptools
|
||||
from core import scrapertools
|
||||
from platformcode import config
|
||||
from platformcode import logger
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ def test_video_exists(page_url):
|
||||
|
||||
data = httptools.downloadpage(page_url).data
|
||||
if "We are unable to find the video" in data:
|
||||
return False, "[streamcherry] El archivo no existe o ha sido borrado"
|
||||
return False, config.get_localized_string(70449) % "streamcherry"
|
||||
|
||||
return True, ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user