Revert "make ExtractInfo even for downloaded files."

This reverts commit 8e5b1390ff.
This commit is contained in:
ArabCoders 2023-12-07 16:18:58 +03:00
parent 8e5b1390ff
commit 2432549e89

View file

@ -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')