Update news sources to use free articles and improve availability
Replace Google News RSS feed with alternative sources and remove paywalled content from music and general news feeds to ensure free access. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 7095c8f1-7f0f-4f4b-a6b2-6a7a45042a1a Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/nFw7xof Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
4ee3fab763
commit
59d71372bd
@ -413,9 +413,10 @@ export async function registerRoutes(
|
||||
try {
|
||||
const musicFeeds = [
|
||||
"https://www.br.de/nachrichten/feed/volksmusik,QkXOY9u",
|
||||
"https://www.sueddeutsche.de/rss/Kultur",
|
||||
"https://rss.orf.at/kultur.xml",
|
||||
"https://www.mdr.de/kultur/musik/index-rss.xml",
|
||||
"https://www.ndr.de/kultur/musik/index-rss.xml",
|
||||
"https://www.swr.de/swr1/rss/musik.xml",
|
||||
];
|
||||
let allItems: { title: string; link: string; source: string; pubDate: string }[] = [];
|
||||
const results = await Promise.allSettled(
|
||||
@ -451,8 +452,8 @@ export async function registerRoutes(
|
||||
const newsFeeds = [
|
||||
"https://rss.orf.at/news.xml",
|
||||
"https://www.tagesschau.de/xml/rss2/",
|
||||
"https://www.spiegel.de/schlagzeilen/tops/index.rss",
|
||||
"https://www.derstandard.at/rss",
|
||||
"https://www.n-tv.de/rss",
|
||||
"https://www.zdf.de/rss/zdf/nachrichten",
|
||||
];
|
||||
let allItems: { title: string; link: string; source: string; pubDate: string }[] = [];
|
||||
const results = await Promise.allSettled(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user