This small tool was written as a helper for a web based feed reader. To avoid blocking its batch update process with slow feeds, we decided to cache some of the slowest (and most error-prone) feeds as local static XML-files, accessible through a regular https-server.
Use either pip or pipx to install feedcache:
pip install feedcache[all]@git+https://github.com/Herrminator/feedcache.git
Please see the command line help.
Please see the change log.