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: