1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12: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
log_archive_method_finished(result)
else:
print(' X {}'.format(method_name))
# print('{black} X {}{reset}'.format(method_name, **ANSI))
stats['skipped'] += 1
except Exception as e:
raise Exception('Exception in archive_methods.save_{}(Link(url={}))'.format(