-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
area_podcastbounty_donationNon-compensated workNon-compensated workp2Definitely want it, but timing isn't importantDefinitely want it, but timing isn't important
Description
A liveItem
element can have an images
element like the following:
<podcast:images srcset="https://example.com/images/live/pci_avatar-massive.jpg 1500w,
https://example.com/images/live/pci_avatar-middle.jpg 600w,
https://example.com/images/live/pci_avatar-small.jpg 300w,
https://example.com/images/live/pci_avatar-tiny.jpg 150w"
/>
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.
https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#live-item
Metadata
Metadata
Assignees
Labels
area_podcastbounty_donationNon-compensated workNon-compensated workp2Definitely want it, but timing isn't importantDefinitely want it, but timing isn't important