Update fastplay.py
This commit is contained in:
@@ -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, ""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user