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

Multiple Feeds #57

Closed
heysaik opened this issue Jun 12, 2018 · 1 comment
Closed

Multiple Feeds #57

heysaik opened this issue Jun 12, 2018 · 1 comment

Comments

@heysaik
Copy link
Contributor

heysaik commented Jun 12, 2018

Hi! I would like to get all the items sorted by date published from 4 different RSS feeds. How would I be able to do so? Does FeedKit support dealing with multiple feeds or can you use it for only one feed?

@nmdias
Copy link
Owner

nmdias commented Jun 12, 2018

Hi @aidev1065,

FeedKit handles 1 feed only.

However, look into both DispatchGroup or OperationQueue. Any of them should help with what you’re looking for.

Regarding the sorting, just merge the parsed items into a single array and call the sorted method on it.

Feel free to ask help if you get stuck.

Cheers

@nmdias nmdias closed this as completed Jun 13, 2018
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

No branches or pull requests

2 participants