This commit is contained in:
msramalho
2022-02-23 09:57:44 +01:00
parent 374852e740
commit 644aa0811c

View File

@@ -88,6 +88,7 @@ def process_sheet(sheet):
for archiver in active_archivers:
logger.debug(f'Trying {archiver} on row {i}')
# TODO: add support for multiple videos/images
result = archiver.download(url, check_if_exists=True)
if result: