From 360cb5010c54da7cf48cca22439a50f27825389f Mon Sep 17 00:00:00 2001 From: Supinic Date: Tue, 10 Nov 2020 19:33:19 +0100 Subject: [PATCH] adding hungarian news sources resolves S#5684 - https://supinic.com/data/suggestion/5684 --- commands/news/index.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/commands/news/index.js b/commands/news/index.js index 2c2be061..2f2b8d82 100644 --- a/commands/news/index.js +++ b/commands/news/index.js @@ -236,6 +236,26 @@ module.exports = { helpers: ["caglapickaxe", "cgpx"] } ] + }, + { + code: "hu", + language: "hungarian", + sources: [ + { + name: "Origo", + url: "https://www.origo.hu", + path: "contentpartner/rss/itthon", + endpoints: ["origo.xml"], + helpers: ["noiredayz"] + }, + { + name: "Index.hu", + url: "https://index.hu", + path: "24ora", + endpoints: ["rss"], + helpers: ["noiredayz"] + } + ] } ],