Is there a way to remove duplicate feeds? #3857
Replies: 7 comments 19 replies
-
|
If the link of the duplicated articles are the same, I think it will help if you change the link columnin the _entry table to be unique. Then duplicated links will fail. |
Beta Was this translation helpful? Give feedback.
-
|
We have a new feature to automatically mark as read an article for which there is already one with the same title in the same feed. |
Beta Was this translation helpful? Give feedback.
-
|
Is there something specific you'd like to see in subscription management?
…On Thu, Jul 20, 2023, 17:49 Randalix ***@***.***> wrote:
I imported an opml. Now I have a lot of dupliact feeds. How can I remvove
thos duplicats?
Is there a file containing a list of subscribed feeds that I could edit?
—
Reply to this email directly, view it on GitHub
<#3857 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABRQBM5NWQV52HSJEGLUGDXRFHP3ANCNFSM5EWRTSGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Is this in freshrss/freshrss:edge image? I can see the new label management but no my labels in normal view. |
Beta Was this translation helpful? Give feedback.
-
|
User error. |
Beta Was this translation helpful? Give feedback.
-
|
I'm using my Postgres database for feeds. Would it be feasible to set up a trigger that automatically deletes duplicates based on the article URL each time it's updated? I had a go but it just stopped the entire database from updating. (Thanks in advance.) |
Beta Was this translation helpful? Give feedback.
-
|
Found this very useful SQL-statement as workaround. May be triggered by cron:
original source (in German): |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to subscribe to 3 feeds from the same site, but sometimes some articles are in 2 or 3 of them so they are duplicates. How do I remove the duplicates?
Beta Was this translation helpful? Give feedback.
All reactions