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

Add support for importing and exporting OPML #121

Merged
merged 20 commits into from
Oct 29, 2023
Merged

Conversation

msasikanth
Copy link
Owner

@msasikanth msasikanth commented Oct 28, 2023

fixes #24

Currently, the app only supports importing from a local file. I will look into adding support for importing from a URL

The custom timeouts are a bit long when importing hundreds of feeds, so removed those and using default values
There is no need for our manager to know about OPML feeds. Since it's just logic of looping over OPML feeds, moved it to the manager.
Since the app orders based on when the feed is created, we are reversing the OPML list in order to try and preserve the order as much as we can. It might still get affected, because we are doing parallel processing (since we are doing joinAll it should be fine, but not entirely sure).
@msasikanth msasikanth merged commit 2ae8f8d into main Oct 29, 2023
3 checks passed
@msasikanth msasikanth deleted the sm/20oct/opml-support branch October 29, 2023 02:23
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.

OPML support
1 participant