rss_data Property

The complete text of the RSS XML file.

Syntax

def get_rss_data() -> str: ...
def set_rss_data(value: str) -> None: ...

rss_data = property(get_rss_data, set_rss_data)

Default Value

""

Remarks

When retrieving RSS feeds through the get_feed or HTML through the get_url method, this property will contain the complete original text of the feed. When writing an RSS feed using the write_file method, the class rss_data will be generated from the existing properties.

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