From c76112750394b1e49a0102383a269342c27351c3 Mon Sep 17 00:00:00 2001 From: Jared Bell Date: Tue, 15 Sep 2026 00:14:00 +0000 Subject: [PATCH] Swap HTML sources for RSS feeds; drop outlets without RSS Replace JS-heavy/paywalled HTML sources with verified RSS feeds (CNN, Fox, NBC, NPR, CBS, NYT, Time, Axios). Drop Reuters, AP, Forbes, MSN and US News, which offer no public/working RSS and are not reliably scrapable. --- resources/sources.txt | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/resources/sources.txt b/resources/sources.txt index 3bd1dcf..9d32b22 100644 --- a/resources/sources.txt +++ b/resources/sources.txt @@ -1,28 +1,26 @@ -https://www.cnn.com/us -https://www.cnn.com/politics -https://www.foxnews.com/us -https://www.foxnews.com/politics -https://www.nbcnews.com/us-news -https://www.nbcnews.com/politics -https://www.reuters.com/world/us/ -https://apnews.com/us-news -https://apnews.com/politics -https://www.npr.org/sections/national/ -https://www.npr.org/sections/politics/ -https://www.cbsnews.com/us/ -https://www.cbsnews.com/politics/ -https://www.forbes.com/business/ -https://www.ms.now/ -https://www.nytimes.com/section/us -https://www.nytimes.com/section/politics -https://www.usnews.com/news -https://time.com/ -https://www.axios.com/politics-policy -# RSS feeds (parsed as structured XML rather than scraped HTML) +# Anya news sources — one URL per line, RSS/Atom feeds preferred. +# Feed type is auto-detected by content, so HTML pages still work here too. +# Lines starting with '#' and blank lines are ignored. + +# US wires & majors +http://rss.cnn.com/rss/cnn_topstories.rss +https://moxie.foxnews.com/google-publisher/latest.xml +https://feeds.nbcnews.com/nbcnews/public/news +https://feeds.npr.org/1001/rss.xml +https://www.cbsnews.com/latest/rss/main +https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml +https://time.com/feed/ +https://api.axios.com/feed/ + +# International https://feeds.bbci.co.uk/news/world/rss.xml https://www.theguardian.com/us-news/rss https://www.aljazeera.com/xml/rss/all.xml + +# Policy & national https://feeds.washingtonpost.com/rss/world https://thehill.com/feed/ https://www.vox.com/rss/index.xml + +# Business https://www.cnbc.com/id/100003114/device/rss/rss.html \ No newline at end of file