lemon24 / reader

A Python feed reader library.
https://reader.readthedocs.io
BSD 3-Clause "New" or "Revised" License
434 stars 31 forks source link

Plugin: mark old entries as don't care #312

Open lemon24 opened 1 year ago

lemon24 commented 1 year ago

Some feeds are "current events" feeds, if I don't read an entry in X time, it should just disappear (but I still want to see it on the entries page when it's new).

Could this be an addition to mark_as_read?

Should this be a different plugin, and mark_as_read not set to unimportant?