diff --git a/app/src/Utils.py b/app/src/Utils.py index eac4637a..6267393c 100644 --- a/app/src/Utils.py +++ b/app/src/Utils.py @@ -171,6 +171,9 @@ def ExtractInfo(config: dict, url: str, debug: bool = False) -> dict: **config, } + if "download_archive" in params: + del params["download_archive"] + if debug: params['verbose'] = True params['logger'] = logging.getLogger('YTPTube-ytdl')