From 7ee1af3d7bac046e47796d5903dabfe2de197cf6 Mon Sep 17 00:00:00 2001 From: Epictetus Date: Wed, 8 Jul 2026 18:03:37 +0000 Subject: [PATCH] Disable RSS adapter from ENABLED_SOURCES (back to 5 approved sources); keep code for future use --- pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.py b/pipeline.py index 7b1b0ec..c7bdd5f 100644 --- a/pipeline.py +++ b/pipeline.py @@ -37,7 +37,7 @@ ADAPTERS = { } # Default enabled sources -ENABLED_SOURCES = ["github", "arxiv", "reddit", "hackernews", "huggingface", "rss"] +ENABLED_SOURCES = ["github", "arxiv", "reddit", "hackernews", "huggingface"] def init_db(db_path: str, schema_path: str) -> sqlite3.Connection: