get_feed Method

Fetches an Atom feed.

Syntax

def get_feed(url: str) -> None: ...

Remarks

This method fetches the document. The document contents are delivered in the atom_data property, as well as through the on_transfer event, and the HTTP response headers through the on_header event.

The class will then attempt to parse the Atom feed, filling in the channel and entries properties as it goes. The channel properties can also be accessed using the get_property and set_property methods if necessary.

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