Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(filters): add convert_to filter for converting feed format #68

Merged
merged 11 commits into from
Mar 5, 2024

Conversation

shouya
Copy link
Owner

@shouya shouya commented Mar 5, 2024

This filter converts the feed into the specified format. It can be used to convert an Atom feed into an RSS feed, or vice versa. It can be useful for merge to merge feeds of different formats.

Usage:

- path: /feeds
  source: https://example.com/atom.xml
  filters:
    - convert_to: rss # or atom

Fixes #42.

@shouya shouya merged commit 51c0421 into master Mar 5, 2024
2 checks passed
@shouya shouya deleted the convert-feed-format branch March 5, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert feed format
1 participant