mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 08:04:26 -04:00
Remove unnecessary variable length args for dedupe
This commit is contained in:
parent
d74ddd42ae
commit
d8cf09c21e
8 changed files with 9 additions and 9 deletions
|
@ -50,7 +50,7 @@ def save_media(link: Link, out_dir: Optional[Path]=None, timeout: int=MEDIA_TIME
|
|||
]
|
||||
cmd = [
|
||||
YOUTUBEDL_BINARY,
|
||||
*dedupe(*options),
|
||||
*dedupe(options),
|
||||
link.url,
|
||||
]
|
||||
status = 'succeeded'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue