RSSFeedItem
Stentor API Reference / stentor-models/src / RSSFeedItem
Interface: RSSFeedItem
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:7
An individual item (from <item>) found within an RSS Feed.
Extended byβ
Propertiesβ
feedTitleβ
feedTitle:
string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:13
The title of the feed the item belongs to.
This is primarily used to remind listeners what feed the feed item came from.
title?β
optionaltitle:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:17
The title of the feed item.
description?β
optionaldescription:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:21
Description of the feed item.
subtitle?β
optionalsubtitle:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:25
The subtitle of the feed item.
explicit?β
optionalexplicit:boolean
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:29
If the feed item is marked explicit.
link?β
optionallink:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:36
The link of the feed item.
This is typically where users can find more information about the RSS feed item and not the actual media content.
urlβ
url:
string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:40
The URL within the <enclosure> tag.
mediaType?β
optionalmediaType:"video/mpeg"|"audio/mpeg"
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:44
The media type within the <enclosure> tag.
length?β
optionallength:number
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:48
The length within the <enclosure> tag.
image?β
optionalimage:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:52
URL for the image
id?β
optionalid:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:56
The GUID of the feed item.
pubDate?β
optionalpubDate:string
Defined in: packages/stentor-models/src/Media/RSSFeedItem.ts:65
Date the feed item was published.
RFC 822 encoded date string, in accordance with the RSS 2.0 specification.
One exception is the year may be expressed with two digits instead of the preferred four digits.