mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 05:34:14 -04:00
feat: Disable singlefile and readability by default
This commit is contained in:
parent
eb3528fa9f
commit
b7aa3df8d2
2 changed files with 3 additions and 2 deletions
|
@ -95,6 +95,7 @@ def archive_link(link: Link, overwrite: bool=False, methods: Optional[Iterable[s
|
|||
stats[result.status] += 1
|
||||
log_archive_method_finished(result)
|
||||
else:
|
||||
print(' > Skipping extractor: {}'.format(method_name))
|
||||
stats['skipped'] += 1
|
||||
except Exception as e:
|
||||
raise Exception('Exception in archive_methods.save_{}(Link(url={}))'.format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue