Add YOUTUBEDL_EXTRA_ARGS

This commit is contained in:
Ben Muthalaly 2024-02-23 15:40:31 -06:00
parent 4e69d2c9e1
commit ab8f395e0a
3 changed files with 11 additions and 4 deletions

View file

@ -69,7 +69,7 @@ def save_wget(link: Link, out_dir: Optional[Path]=None, timeout: int=TIMEOUT) ->
*([] if SAVE_WARC else ['--timestamping']),
*([] if CHECK_SSL_VALIDITY else ['--no-check-certificate', '--no-hsts']),
# '--server-response', # print headers for better error parsing
*WGET_EXTRA_ARGS,
*WGET_EXTRA_ARGS,
*WGET_ARGS,
]
cmd = [