mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-30 03:42:27 +10:00
cli experience improvements
This commit is contained in:
@@ -33,6 +33,7 @@ def save_favicon(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEOUT)
|
||||
output: ArchiveOutput = 'favicon.ico'
|
||||
cmd = [
|
||||
CURL_BINARY,
|
||||
'--silent',
|
||||
'--max-time', str(timeout),
|
||||
'--location',
|
||||
'--output', str(output),
|
||||
|
||||
Reference in New Issue
Block a user