aggiornamento url, cloudscraper e fix checklinks

This commit is contained in:
marco
2020-02-22 11:06:16 +01:00
parent d2ba398587
commit 6a1741c921
9 changed files with 176 additions and 134 deletions

View File

@@ -775,7 +775,7 @@ def check_video_link(item, timeout=3):
except:
server_module = None
logger.info("[check_video_link] No se puede importar el servidor! %s" % server)
return NK
return item, NK
if hasattr(server_module, 'test_video_exists'):
ant_timeout = httptools.HTTPTOOLS_DEFAULT_DOWNLOAD_TIMEOUT