From 285fbf217b019434b83fb138668cdd8853a8cb40 Mon Sep 17 00:00:00 2001 From: thedoctor66 <37449358+thedoctor66@users.noreply.github.com> Date: Sat, 19 May 2018 14:04:46 +0200 Subject: [PATCH] fix speedvideo by angedam --- plugin.video.alfa/servers/speedvideo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/servers/speedvideo.py b/plugin.video.alfa/servers/speedvideo.py index 795111b5..cb4b4d24 100755 --- a/plugin.video.alfa/servers/speedvideo.py +++ b/plugin.video.alfa/servers/speedvideo.py @@ -10,7 +10,7 @@ def test_video_exists(page_url): data = httptools.downloadpage(page_url).data if "File was deleted" in data: - return False, "[speedvideo] Il file non esiste oppure รจ stato cancellato" + return False, "[speedvideo] El archivo no existe o ha sido borrado" return True, ""