From 2f0adc83085a1c0a4a51f68a61337a1abe7a8b57 Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Thu, 18 Apr 2024 15:43:03 +0200 Subject: [PATCH] Keep track of TODOs --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3d0a0bc..0cd3124 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ poetry install poetry run repub ``` +## TODO + +- [x] Offlines RSS feed xml +- [x] Downloads media and enclosures +- [x] Rewrites media urls +- [ ] Media compression +- [ ] Download and rewrite media embedded in content/CDATA fields +- [ ] Config file to drive the program +- [ ] Daemonize the program +- [ ] Operationalize with metrics and error reporting ## License