mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 16:14:28 -04:00
better remote file downloading cli output messages
This commit is contained in:
parent
44ed46b465
commit
328a59749b
2 changed files with 11 additions and 5 deletions
|
@ -72,9 +72,8 @@ def load_links(archive_path=OUTPUT_DIR, import_path=None):
|
|||
num_new_links = len(all_links) - len(existing_links)
|
||||
|
||||
if import_path and parser_name:
|
||||
print(' > Adding {} new links to index from {} (parsed as {} format)'.format(
|
||||
print(' > Adding {} new links to index (parsed import as {})'.format(
|
||||
num_new_links,
|
||||
pretty_path(import_path),
|
||||
parser_name,
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue