archivebox.parsers.pocket_html

Module Contents

Functions

parse_pocket_html_export

Parse Pocket-format bookmarks export files (produced by getpocket.com/export/)

Data

__package__

KEY

NAME

PARSER

API

archivebox.parsers.pocket_html.__package__

‘archivebox.parsers’

archivebox.parsers.pocket_html.parse_pocket_html_export(html_file: IO[str], **_kwargs) Iterable[archivebox.index.schema.Link]

Parse Pocket-format bookmarks export files (produced by getpocket.com/export/)

archivebox.parsers.pocket_html.KEY

‘pocket_html’

archivebox.parsers.pocket_html.NAME

‘Pocket HTML’

archivebox.parsers.pocket_html.PARSER

None