From 81995528d2b47e9022af6e6c9930bf7e1cd33a43 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Wed, 12 Jun 2024 22:56:58 +0100 Subject: [PATCH] more generate options --- apps/static/js/home/subscriptions.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/static/js/home/subscriptions.js b/apps/static/js/home/subscriptions.js index ff12dc7..1b14868 100644 --- a/apps/static/js/home/subscriptions.js +++ b/apps/static/js/home/subscriptions.js @@ -379,7 +379,11 @@ $("#devGenerateSub").on("click", function() { ["This Week in Self-Hosted", "https://selfh.st/rss/"], ["The Babylon Bee", "https://babylonbee.com/feed"], ["Reddit · r/memes", "https://reddit.com/r/memes/.rss"], - ["Reddit · r/selfhosted", "https://reddit.com/r/selfhosted/.rss"] + ["Reddit · r/selfhosted", "https://reddit.com/r/selfhosted/.rss"], + ["Sky News", "http://feeds.skynews.com/feeds/rss/home.xml"], + ["Sky News · UK", "http://feeds.skynews.com/feeds/rss/uk.xml"], + ["Sky News · Entertainment", "http://feeds.skynews.com/feeds/rss/entertainment.xml"], + ["Sky News · Strange News", "http://feeds.skynews.com/feeds/rss/strange.xml"] ]; const selected = items[Math.floor(Math.random()*items.length)]