Mejora en función test_video_exists
This commit is contained in:
@@ -16,6 +16,8 @@ def test_video_exists(page_url):
|
||||
data = httptools.downloadpage(page_url, cookies=False).data
|
||||
if 'file was deleted' in data:
|
||||
return False, "[FlashX] El archivo no existe o ha sido borrado"
|
||||
elif 'File Not Found' in data:
|
||||
return False, "[FlashX] El archivo no existe"
|
||||
elif 'Video is processing now' in data:
|
||||
return False, "[FlashX] El archivo se está procesando"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user