-
Notifications
You must be signed in to change notification settings - Fork 77
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
different rss and same post #214
Comments
ok, so you added stuff that has crossover and you're expecting something else to handle your dupe checking? just making sure i'm understanding what you're asking. |
not quite I know this is not the library's job but only my vision of good rss aggregator library and i guess above problem is very rare that only i faced it and to handle it i need to write additional wrappers and cases I came to this solution:
|
and isn't it more correct to get rss items as an array from |
one rss entry -> one event
I'll take a look this weekend with it and see if I can accurately do this on the feed manager, I'll probably do feed url, as those are more likely to be unique/crossed-over. |
I've got an initial build working. Would you mind contacting me on discord and I can try to get you a branch to test out? if you'd be willing to manually test it before I get tests written for it? |
I've added a gitter for the repo so it's easier to find/talk to me |
How to handle this situation?
Suppose when whe add 2 different rss from same website:
so when a new post appears on website with the following tags:
This post will appear in these two rss
So, we will have duplicated post on
eventName: 'world'
My idea is that the same
eventName
should have the same cache memory to skip same postThe text was updated successfully, but these errors were encountered: