From 7368b77de4e4009ad499d0e36312676df7fcd173 Mon Sep 17 00:00:00 2001 From: Marcus Crane Date: Tue, 28 Jan 2025 21:56:44 +1300 Subject: [PATCH 1/3] Add extra NZ feeds Signed-off-by: Marcus Crane --- kite_feeds.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/kite_feeds.json b/kite_feeds.json index b7a596a..4ee8e93 100644 --- a/kite_feeds.json +++ b/kite_feeds.json @@ -995,8 +995,18 @@ "https://newsroom.co.nz/feed/", "https://www.odt.co.nz/news/feed", "https://theconversation.com/nz/articles.atom", - "https://www.interest.co.nz/rss" - + "https://www.interest.co.nz/rss", + "https://www.teaonews.co.nz/arc/outboundfeeds/rss/", + "https://www.thepost.co.nz/rss", + "https://www.gisborneherald.co.nz/feed/rss", + "https://www.nzherald.co.nz/arc/outboundfeeds/rss/section/nz/?outputType=xml&_website=rotorua-daily-post", + "https://www.nzherald.co.nz/arc/outboundfeeds/rss/section/nz/?outputType=xml&_website=bay-of-plenty-times", + "https://www.nzherald.co.nz/arc/outboundfeeds/rss/section/nz/?outputType=xml&_website=northland-age", + "https://www.nzherald.co.nz/arc/outboundfeeds/rss/section/nz/?outputType=xml&_website=northern-advocate", + "https://www.nzherald.co.nz/arc/outboundfeeds/rss/section/nz/?outputType=xml&_website=waikato-news", + "https://www.nzherald.co.nz/arc/outboundfeeds/rss/section/nz/?outputType=xml&_website=whanganui-chronicle", + "https://www.thepress.co.nz/rss", + "https://www.waikatotimes.co.nz/rss" ] } } From 98f3fd7f406ecaf2285de297ca21fa933e65dcc3 Mon Sep 17 00:00:00 2001 From: Marcus Crane Date: Tue, 28 Jan 2025 21:57:03 +1300 Subject: [PATCH 2/3] Correct media data for The Conversation which is actually Australian Signed-off-by: Marcus Crane --- media_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media_data.json b/media_data.json index 755abc3..bc97f52 100644 --- a/media_data.json +++ b/media_data.json @@ -2428,7 +2428,7 @@ "typology": "Private Media" }, { - "country": "New Zealand", + "country": "Australia", "organization": "The Conversation", "domains": ["theconversation.com"], "description": "The Conversation is a digital news and analysis platform that publishes articles written by academics and researchers, combining scholarly expertise with journalistic editing to provide in-depth coverage of current affairs, science, health, politics, and culture.", From 07df799b4b39d36da75ad9f0521398ced42484f4 Mon Sep 17 00:00:00 2001 From: Marcus Crane Date: Tue, 28 Jan 2025 22:18:50 +1300 Subject: [PATCH 3/3] Add a couple of subreddits Signed-off-by: Marcus Crane --- kite_feeds.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kite_feeds.json b/kite_feeds.json index 4ee8e93..2665c61 100644 --- a/kite_feeds.json +++ b/kite_feeds.json @@ -1006,7 +1006,11 @@ "https://www.nzherald.co.nz/arc/outboundfeeds/rss/section/nz/?outputType=xml&_website=waikato-news", "https://www.nzherald.co.nz/arc/outboundfeeds/rss/section/nz/?outputType=xml&_website=whanganui-chronicle", "https://www.thepress.co.nz/rss", - "https://www.waikatotimes.co.nz/rss" + "https://www.waikatotimes.co.nz/rss", + "https://www.reddit.com/r/newzealand/.rss", + "https://www.reddit.com/r/auckland/.rss", + "https://www.reddit.com/r/wellington/.rss", + "https://www.reddit.com/r/nzpolitics/.rss" ] } }