mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
add CHROME_TIMEOUT args
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
cc53eceda2
commit
d77c770c47
7 changed files with 9 additions and 6 deletions
|
@ -39,7 +39,7 @@ def save_dom(link: Link, out_dir: Optional[Path]=None, timeout: int=TIMEOUT) ->
|
|||
output: ArchiveOutput = 'output.html'
|
||||
output_path = out_dir / output
|
||||
cmd = [
|
||||
*chrome_args(TIMEOUT=timeout),
|
||||
*chrome_args(),
|
||||
'--dump-dom',
|
||||
link.url
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue