mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 19:27:00 -04:00
allow parsing to continue even when fetching URL contents fails
This commit is contained in:
parent
ecbcb6a1b3
commit
38e54b93fe
2 changed files with 6 additions and 3 deletions
|
@ -176,7 +176,7 @@ def save_file_as_source(path: str, timeout: int=TIMEOUT, filename: str='{ts}-{ba
|
|||
ANSI['reset'],
|
||||
))
|
||||
print(' ', e)
|
||||
raise SystemExit(1)
|
||||
raise e
|
||||
|
||||
else:
|
||||
# Source is a path to a local file on the filesystem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue