fix speedvideo

by angedam
This commit is contained in:
thedoctor66
2018-05-19 14:04:46 +02:00
committed by GitHub
parent 54b3c501e3
commit 285fbf217b

View File

@@ -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, ""