Update fastplay.py

This commit is contained in:
Intel1
2017-08-05 08:59:07 -05:00
committed by GitHub
parent 221dffeae3
commit 0400185096

View File

@@ -12,9 +12,8 @@ def test_video_exists(page_url):
logger.info("(page_url='%s')" % page_url)
data = httptools.downloadpage(page_url).data
if "Object not found" in data:
if "Object not found" in data or "longer exists on our servers" in data:
return False, "[Fastplay] El archivo no existe o ha sido borrado"
return True, ""