channel_description Property

This property contains a textual description of the current RSS feed (Required - 500 char max).

Syntax

def get_channel_description() -> str: ...
def set_channel_description(value: str) -> None: ...

channel_description = property(get_channel_description, set_channel_description)

Default Value

""

Remarks

This property contains a textual description of the current RSS feed (Required - 500 char max).

This property is filled in automatically after calling get_feed.

Required fields for building RSS feeds include the channel's channel_link, channel_title, and channel_description fields.

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