channel_image_url Property

This property contains the URL location of the channel's associated image.

Syntax

def get_channel_image_url() -> str: ...
def set_channel_image_url(value: str) -> None: ...

channel_image_url = property(get_channel_image_url, set_channel_image_url)

Default Value

""

Remarks

This property contains the URL location of the channel's associated image.

Images are required for RSS channels that conform to version 0.91 and 0.92 of the RSS protocol. The following properties are required for an image:

channel_image_linkThe link associated with the image.
channel_image_titleThe title of the image.
channel_image_urlURL where the image can be found.

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