cross-posted from: https://discuss.tchncs.de/post/48831918
I have multiple .opml files (that list rss feeds I subscribe to in xml i.g.) with different contents on different devices. How can I merge them without duplicates? Are there tools for this?
cross-posted from: https://discuss.tchncs.de/post/48831918
I have multiple .opml files (that list rss feeds I subscribe to in xml i.g.) with different contents on different devices. How can I merge them without duplicates? Are there tools for this?
3 Comments
kevincox@lemmy.ml · 5 pts · 267d
The "dumb" solution is to just import both into one feed reader then export a new OPML. I assume most readers will deduplicate (at least to a basic degree) on import.
xsukax@lemmy.zip · 2 pts · 155d
If you're on Linux/macOS, a one-liner with
xmllintor even plain Python handles this cleanly:Run it, done — deduplication is handled by
xmlUrl.PlanterTree@discuss.tchncs.de · 2 pts · 267d
update: https://www.opml.iadij.com/ seems to do exactly that.
github.com/imdj/opml-editor