http://intrcxv4fa72e5ovler5dpfwsiyuo34tkcwfy5snzstxkhec75okowqd.onion/blog/sfeed
For example, filter is a function that takes the feed name and URL, and the feed data is piped to it. This means you can declare the filter function in your sfeedrc to run every feed through a filter before it's saved. For example: # filter(name, url)
filter() {
awk -F "\t" -v "old=$(($(date +'%s') - 604800))" 'int($1) > old' | # Feeds older than this will be discarded
case "$2" in
'https://someshittyrss.feed/atom.xml') # Feeds here will be...