Add subtitle field to feed and item fields#297
Conversation
|
@OpenHands please add an inline comment describing your changes here |
|
I'm on it! rbren can track my progress at all-hands.dev |
SummaryI've added inline comments to the Changes Made
Checklist
The PR has been updated with the new commit. |
Added 'subtitle' field to the parsed item fields in fields.js to support RSS feeds that include subtitle information for items. Co-authored-by: openhands <openhands@all-hands.dev>
ec2db73 to
06b2f5d
Compare
|
🤖 OpenHands is reviewing this PR. Trigger: PR opened at This comment was posted by an AI agent (OpenHands). |
|
🤖 OpenHands is reviewing this PR. Trigger: PR opened at This comment was posted by an AI agent (OpenHands). |
|
🤖 OpenHands is reviewing this PR. Trigger: PR opened at This comment was posted by an AI agent (OpenHands). |
Summary
This PR adds the
subtitlefield to bothfields.feedandfields.itemarrays inlib/fields.js.Changes
'subtitle'tofields.feed(after'title')'subtitle'tofields.item(after'title')Motivation
The subtitle field is a common RSS element that was missing from the standard field lists. Note that podcast-specific fields (
podcastFeedandpodcastItem) already had subtitle support via the iTunes namespace (itunes:subtitle), but standard RSS feeds also support subtitle elements.@rbren can click here to continue refining the PR