From 644aa0811c55219027e9c5eb98ef18e6c9e82057 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 23 Feb 2022 09:57:44 +0100 Subject: [PATCH] todo --- auto_archive.py | 1 + 1 file changed, 1 insertion(+) diff --git a/auto_archive.py b/auto_archive.py index cbe0744..7e624d0 100644 --- a/auto_archive.py +++ b/auto_archive.py @@ -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: