1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00

better parser explanation comment

This commit is contained in:
Nick Sweeting 2019-02-19 01:45:03 -05:00
parent 5a7d00a639
commit 8576a2f061

View file

@ -72,9 +72,8 @@ def parse_links(path):
break
except Exception as err:
# we try each parser one by one, each parser will throw exeption an exception if unsupported
# so we accept the first one that doesn't throw any exceptions and produces some non-0 output.
# so we accept the first one that
# uncomment the following line to see why the parser was unsupported for each attempted format
# print('[!] Parser {} failed: {} {}'.format(parser_name, err.__class__.__name__, err))
pass