mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
Add YOUTUBEDL_EXTRA_ARGS
This commit is contained in:
parent
4e69d2c9e1
commit
ab8f395e0a
3 changed files with 11 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue