zerodogg / goldenpod

Old GoldenPod repository
https://gitlab.com/zerodogg/goldenpod
GNU General Public License v3.0
5 stars 1 forks source link

new feature: list good but dormant feeds #5

Open tsrodm opened 7 years ago

tsrodm commented 7 years ago

Empirically, I've found a fair number of feeds in my podcasts.conf that are valid, but stale; ie the website is no longer providing any new podcasts.

How about a logging feature that would list URLs for these sites. Maybe a switch:

--dormant MONTHS

such that above switch would create a STDERR warning with text something like:

"last update for URLHERE was DATEHERE"

so we could grep the logs, and remove those sites from podcasts.conf.

zerodogg commented 7 years ago

That's not a bad idea. I'm in the process of converting the log format for goldenpod to JSON (https://github.com/zerodogg/goldenpod/tree/jsonlog). It won't take much to add some timestamps to it.