Add svenska yle feed
All checks were successful
Build & Release / build-docker-image (push) Successful in 1m45s
Build & Release / deploy-to-production (push) Successful in 26s

This commit is contained in:
2026-05-24 18:36:05 +02:00
parent 574fe88e37
commit 1382c0748d
5 changed files with 149 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ Automatically syncs RSS feeds from Finnish and international sources to your cus
|--------|--------|----------|----------|
| `yle_fi` | Yle.fi News | fi | Includes hashtags, custom cleaning |
| `yle_en` | Yle.fi News | en | AI-generated translated tags |
| `yle_sv` | Svenska Yle | sv | Includes hashtags, custom cleaning |
| `the_local` | The Local | en | Includes hashtags |
| `taloustaito` | Taloustaito | fi | First 3 articles only |
| `sur` | Sur Weather News | en | Includes hashtags |
@@ -51,7 +52,7 @@ Automatically syncs RSS feeds from Finnish and international sources to your cus
# - aws_access_key_id / aws_secret_access_key (optional)
# Run development server with hot-reload
uvicorn app.main:app --host 0.0.0.0 --port 8000
fastapi dev
# Or use Docker Compose
docker compose up --build