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.

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