-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Enhancement] Added OPML Endpoint for podcast rss feeds #512
[Enhancement] Added OPML Endpoint for podcast rss feeds #512
Conversation
Thank you! |
np, I hope I did it the right way ;) PS: Just doing this to convince someone to get off a custom solution I built some time ago that I don't want to maintain anymore. |
That sounds oddly similar to a Go program I wrote to generate me an OPML of my pinchflat sources. Glad to know I don't need it anymore. |
Another one! You're killing it I'm completely busy again this weekend starting in a few hours, so I probably won't give this a full test/review until Monday or Tuesday. I did skim the code and it's looking pretty good! |
3882332
to
bc59d6c
Compare
@kieraneglin have you had any time to look at this yet? |
Not yet but I'll be taking a look shortly! I meant to yesterday but the day got away on me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Kieran <[email protected]>
Co-authored-by: Kieran <[email protected]>
@kieraneglin what is your opinion on what the route should be? I am a bit unsure. Maybe /sources/feed would be more consistent with the other routes. /sources/:uuid/feed <- the feed for a specific source |
@robertkleinschuster I actually like |
@robertkleinschuster things look good from here! Is there anything else you'd like to get in before I merge? |
Thanks, let’s merge 🚀 |
Great! I'll push a new release out early next week Thanks again for your contributions! |
What's new?
Added an endpoint that provides an OPML-XML of all sources. Resolves #449
What's changed?
N/A
What's fixed?
N/A
Any other comments?
N/A