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