implement media pipelines and url rewriting

This commit is contained in:
Abel Luck 2024-04-18 15:27:00 +02:00
parent 0c3a7fe7fe
commit dc4e79c130
14 changed files with 1079 additions and 124 deletions

View file

@ -16,6 +16,7 @@ python-dateutil = "^2.9.0.post0"
colorlog = "^6.8.2"
feedparser = "^6.0.11"
lxml = "^5.2.1"
pillow = "^10.3.0"
[build-system]