You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently being parsed in RssPodcastIndexLiveItemImages, but the parser produces a list of RegExp, not a list of strings. Moreover, it might be more appropriate to represent each image in a structured way, given that these image values contain a URL and possible width and height values.
Revisit this parser, fix it up, and consider add structured data in place of strings.
A
liveItem
element can have animages
element like the following:This is currently being parsed in
RssPodcastIndexLiveItemImages
, but the parser produces a list ofRegExp
, not a list of strings. Moreover, it might be more appropriate to represent each image in a structured way, given that these image values contain a URL and possible width and height values.Revisit this parser, fix it up, and consider add structured data in place of strings.
https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#live-item
The text was updated successfully, but these errors were encountered: