fix
This commit is contained in:
parent
0366cff62f
commit
cd38667a7c
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ def ExtractInfo(config: dict, url: str, debug: bool = False) -> dict:
|
|||
}
|
||||
|
||||
# Remove keys that are not needed for info extraction as those keys generate files when used with extract_info.
|
||||
for key in ('writeinfojson', 'writethumbnail', 'writedescription', 'writeautomaticsub', 'download_archive',):
|
||||
for key in ('writeinfojson', 'writethumbnail', 'writedescription', 'writeautomaticsub',):
|
||||
if key in params:
|
||||
del params[key]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue