read_opml Method

Reads and parses an OPML file.

Syntax

def read_opml(opml_file: str) -> None: ...

Remarks

This method reads in the OPML file specified by OPMLFile. The class then parses the file and returns the data to the user in the on_opml_header and on_opml_outline events.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]