diff --git a/app/src/Utils.py b/app/src/Utils.py index 6267393c..eac4637a 100644 --- a/app/src/Utils.py +++ b/app/src/Utils.py @@ -171,9 +171,6 @@ 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')