archivebox.parsers.netscape_html

Module Contents

Functions

parse_netscape_html_export

Parse netscape-format bookmarks export files (produced by all browsers)

Data

KEY

NAME

PARSER

API

archivebox.parsers.netscape_html.parse_netscape_html_export(html_file: IO[str], **_kwargs) Iterable[archivebox.index.schema.Link][source]

Parse netscape-format bookmarks export files (produced by all browsers)

archivebox.parsers.netscape_html.KEY[source]

‘netscape_html’

archivebox.parsers.netscape_html.NAME[source]

‘Netscape HTML’

archivebox.parsers.netscape_html.PARSER[source]

None