mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-26 07:44:41 +02:00
better parser explanation comment
This commit is contained in:
@@ -72,9 +72,8 @@ def parse_links(path):
|
|||||||
break
|
break
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
# we try each parser one by one, each parser will throw exeption an exception if unsupported
|
# 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
|
# 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))
|
# print('[!] Parser {} failed: {} {}'.format(parser_name, err.__class__.__name__, err))
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user