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: Add RSSConverter #97

Merged
merged 5 commits into from
Dec 17, 2024
Merged

feat: Add RSSConverter #97

merged 5 commits into from
Dec 17, 2024

Conversation

Soulter
Copy link
Contributor

@Soulter Soulter commented Dec 17, 2024

Many websites provide RSS / Atom feeds, and most of them have very high information density and value, such as blogs(Microsoft's Blog, etc), news and other websites, so I want to add support for RSS and Atom formats for this project.

  • Implemented RSSConverter class for converting .rss, .atom, .xml(with format of rss/atom) into Markdown format.
  • Added a test for testing the converter.
  • xml is a python standard library, the changes did not import third-party libraries

@afourney
Copy link
Member

This is very nice! And someone was asking about this in another context (Discord), so I'll be happy to share this with them. Let me do a little testing, and I think we're in good shape to include it.

@afourney afourney merged commit ddf695c into microsoft:main Dec 17, 2024
3 checks passed
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.

2 participants