3 Commits

Author SHA1 Message Date
cottongin
e40023b9f9 fix: convert feed timestamps to US/Eastern and add test
Made-with: Cursor
2026-04-06 21:39:00 -04:00
cottongin
33de384ab5 fix: correct conftest import in test_fetcher
tests/ has no __init__.py so "from tests.conftest" fails. Use
"from conftest" which pytest resolves automatically.

Made-with: Cursor
2026-04-06 19:02:36 -04:00
cottongin
46796b8bf8 feat: RSS fetcher with dedup, image download, HTML rewriting
Made-with: Cursor
2026-04-06 15:03:55 -04:00