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
Add support for preserving and exposing the original format-specific parsed feed object (atom.Feed, rss.Feed, or json.Feed) in the universal gofeed.Feed structure.
Tasks
Add OriginalFeed interface{} field to gofeed.Feed struct
Update translators to populate OriginalFeed when ParseOptions.KeepOriginalFeed is true
Add helper methods or type assertions guidance for accessing format-specific data
Document how to access RSS-specific fields like skipHours, skipDays, etc.
Add tests for OriginalFeed preservation across all feed formats
Benefits
Access to format-specific fields not mapped to universal model
Overview
Add support for preserving and exposing the original format-specific parsed feed object (atom.Feed, rss.Feed, or json.Feed) in the universal gofeed.Feed structure.
Tasks
OriginalFeed interface{}field togofeed.FeedstructParseOptions.KeepOriginalFeedis trueskipHours,skipDays, etc.Benefits
Related Issues
Parent Issue