diff --git a/src/feeds.js b/src/feeds.js index 2db149b..73bb5d0 100644 --- a/src/feeds.js +++ b/src/feeds.js @@ -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" }, ];