Duplicate Content · User Defined Rules #14
Notifications
Due Date
No due date set.
Depends on
#58 Duplicate Content · User Defined Rules
corbz/PYRSS-Website
Reference: corbz/PYRSS-Bot#14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I believe it's a race condition.
The first article is sent, and a request is pushed to the api to process it, but before it can be processed and stored in the db, the next article is processed and checked against existing content.
The best way might be to handle a locally stored set of sent content for every time the task is run, then clear it.
Must be async friendly.
This problem is even worse, it's entirely the fault of feed creators who don't stick to any standard for uniquely identifying a feed, as seen with this duplicate from the same rss feed.
I'm changing the scope of this issue, now the user must be able to define rules for identifying duplicate RSS items, I'll move the data model and user input site to the webapp, but it will need to be supported here.
Duplicate Content From Different Feedsto Duplicate Content · User Defined RulesI've added various options into the webui for how to identify duplicate articles, being:
The user can select one or many per subscription.
This change needs to be reflected in this repository, via usage of the API.