mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-27 00:05:27 +02:00
fix without_hash to without_fragment
This commit is contained in:
@@ -41,7 +41,7 @@ from config import (
|
||||
GIT_SHA,
|
||||
)
|
||||
from util import (
|
||||
without_hash,
|
||||
without_fragment,
|
||||
check_dependencies,
|
||||
fetch_page_title,
|
||||
progress,
|
||||
@@ -620,7 +620,7 @@ def fetch_git(link_dir, link, timeout=TIMEOUT):
|
||||
'clone',
|
||||
'--mirror',
|
||||
'--recursive',
|
||||
without_hash(link['url']),
|
||||
without_fragment(link['url']),
|
||||
]
|
||||
output = 'git'
|
||||
|
||||
|
Reference in New Issue
Block a user