archivebox.parsers.generic_txt

Module Contents

Functions

parse_generic_txt_export

Parse links from a text file, ignoring other text

Data

__description__

KEY

NAME

PARSER

API

archivebox.parsers.generic_txt.__description__[source]

‘Plain Text’

archivebox.parsers.generic_txt.parse_generic_txt_export(text_file: IO[str], **_kwargs) Iterable[archivebox.index.schema.Link][source]

Parse links from a text file, ignoring other text

archivebox.parsers.generic_txt.KEY[source]

‘txt’

archivebox.parsers.generic_txt.NAME[source]

‘Generic TXT’

archivebox.parsers.generic_txt.PARSER[source]

None