channel_link Property
This property contains the URL that corresponds to the website where the RSS channel is located (Required - 500 char max).
Syntax
def get_channel_link() -> str: ... def set_channel_link(value: str) -> None: ...
channel_link = property(get_channel_link, set_channel_link)
Default Value
""
Remarks
This property contains the URL that corresponds to the website where the RSS channel is located (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.