mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
remove uneeded bin shortcuts
This commit is contained in:
parent
64f92af60b
commit
3375522ff4
4 changed files with 1 additions and 8 deletions
|
@ -51,11 +51,7 @@ def log_parsing_started(source_file: str):
|
||||||
def log_parsing_finished(num_parsed: int, num_new_links: int, parser_name: str):
|
def log_parsing_finished(num_parsed: int, num_new_links: int, parser_name: str):
|
||||||
end_ts = datetime.now()
|
end_ts = datetime.now()
|
||||||
_LAST_RUN_STATS.parse_end_ts = end_ts
|
_LAST_RUN_STATS.parse_end_ts = end_ts
|
||||||
print(' > Parsed {} links as {}'.format(num_parsed, parser_name))
|
print(' > Parsed {} links as {} ({} new links added)'.format(num_parsed, parser_name, num_new_links))
|
||||||
print(' > Adding {} new links to collection: {}'.format(
|
|
||||||
num_new_links,
|
|
||||||
OUTPUT_DIR,
|
|
||||||
))
|
|
||||||
|
|
||||||
|
|
||||||
### Indexing Stage
|
### Indexing Stage
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
archivebox
|
|
|
@ -13,4 +13,3 @@ base32-crockford
|
||||||
# youtube-dl
|
# youtube-dl
|
||||||
# archivenow
|
# archivenow
|
||||||
# requests
|
# requests
|
||||||
#
|
|
||||||
|
|
1
setup
1
setup
|
@ -1 +0,0 @@
|
||||||
bin/archivebox-setup
|
|
Loading…
Add table
Add a link
Reference in a new issue