Backward Compatibility
html2rss maintains backward compatibility with older configuration formats and attribute names.
Renamed Attributes
Section titled βRenamed AttributesβSome attribute names have been renamed for clarity, but the old names still work:
| Current Name | Legacy Names | Description |
|---|---|---|
published_at | updated, pubDate | Publication date of the item |
Example
Section titled βExampleβBoth of these configurations work identically:
# Current format (recommended)selectors: published_at: selector: ".date"
# Legacy format (still supported)
selectors:updated:selector: ".date"Migration Guide
Section titled βMigration GuideβIf youβre upgrading from an older version of html2rss:
- Update attribute names: Replace
updatedwithpublished_atin your configurations - Test your feeds: Verify that all feeds still work correctly after the update
Deprecated Features
Section titled βDeprecated FeaturesβThe following features are deprecated but still supported:
- Legacy attribute names: While still supported, use the current names for new configurations
Getting Help
Section titled βGetting HelpβIf you encounter issues with backward compatibility:
- Report issues: Open an issue if you find compatibility problems