I'm using importfeed with some podcasts, but I only want the most recent items. Importfeed seems to import all items in the feed, so I'm ending up with hundreds of them going back into last year and beyond. There doesn't seem to be a way to limit this.
A switch to define the oldest file to download would be nice. Perhaps something with this format (for Jan 1st 2020): --oldest 20200101
What I do in this situation is use importfeed with --fast, and then delete the old episodes I am not interested in, and
git-annex get
the ones I do want. Or even use --relaxed if there are so many episodes that the http traffic to check their sizes takes too long.