1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 17:19:53 +02:00

dont show skipped extractors to reduce visual noise

This commit is contained in:
Nick Sweeting
2020-08-18 08:13:35 -04:00
parent 5f84a7bc6e
commit d7d53cfb12

View File

@@ -95,7 +95,7 @@ def archive_link(link: Link, overwrite: bool=False, methods: Optional[Iterable[s
stats[result.status] += 1 stats[result.status] += 1
log_archive_method_finished(result) log_archive_method_finished(result)
else: else:
print(' X {}'.format(method_name)) # print('{black} X {}{reset}'.format(method_name, **ANSI))
stats['skipped'] += 1 stats['skipped'] += 1
except Exception as e: except Exception as e:
raise Exception('Exception in archive_methods.save_{}(Link(url={}))'.format( raise Exception('Exception in archive_methods.save_{}(Link(url={}))'.format(