mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
fix the add links form
This commit is contained in:
parent
215d5eae32
commit
ae208435c9
6 changed files with 10 additions and 8 deletions
|
@ -56,7 +56,6 @@ def save_git(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEOUT) -> A
|
|||
cmd = [
|
||||
GIT_BINARY,
|
||||
'clone',
|
||||
# '--mirror',
|
||||
'--recursive',
|
||||
*([] if CHECK_SSL_VALIDITY else ['-c', 'http.sslVerify=false']),
|
||||
without_query(without_fragment(link.url)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue