fixed rss links
All checks were successful
Deploy newsbot / deploy (push) Successful in 13s

This commit is contained in:
JaysonCleve 2026-04-14 11:53:53 +02:00
parent 3fa297ab55
commit badc481883

View file

@ -7,18 +7,18 @@ const FEEDS = [
// --- KI & Machine Learning --- // --- KI & Machine Learning ---
{ {
category: "🤖 KI & Machine Learning", category: "🤖 KI & Machine Learning",
url: "https://feeds.feedburner.com/blogspot/gJZg", url: "https://blog.google/technology/ai/rss/",
name: "Google AI Blog" name: "Google AI Blog"
}, },
{ {
category: "🤖 KI & Machine Learning", category: "🤖 KI & Machine Learning",
url: "https://openai.com/blog/rss.xml", url: "https://openai.com/news/rss.xml",
name: "OpenAI Blog" name: "OpenAI Blog"
}, },
{ {
category: "🤖 KI & Machine Learning", category: "🤖 KI & Machine Learning",
url: "https://www.anthropic.com/rss.xml", url: "https://blog.google/technology/google-deepmind/rss/",
name: "Anthropic" name: "Google DeepMind"
}, },
{ {
category: "🤖 KI & Machine Learning", category: "🤖 KI & Machine Learning",
@ -51,8 +51,8 @@ const FEEDS = [
}, },
{ {
category: "🏠 Smart Home & IoT", category: "🏠 Smart Home & IoT",
url: "https://www.heise.de/thema/smart-home.rss", url: "https://rss.golem.de/rss.php?feed=RSS2.0&topic=smarthome",
name: "Heise Smart Home" name: "Golem Smart Home"
}, },
// --- Web Development --- // --- Web Development ---
@ -75,13 +75,13 @@ const FEEDS = [
// --- Self-hosting & Linux --- // --- Self-hosting & Linux ---
{ {
category: "🖥️ Self-hosting & Linux", category: "🖥️ Self-hosting & Linux",
url: "https://selfh.st/articles/index.xml", url: "https://selfh.st/rss/",
name: "selfh.st" name: "selfh.st"
}, },
{ {
category: "🖥️ Self-hosting & Linux", category: "🖥️ Self-hosting & Linux",
url: "https://www.heise.de/open/news-atom.xml", url: "https://rss.golem.de/rss.php?feed=RSS2.0&topic=opensource",
name: "Heise Open" name: "Golem Open Source"
}, },
]; ];