From 3b2c67aaf93b56a88b5ee049428f3189e2f1e9ee Mon Sep 17 00:00:00 2001 From: lunaticbum <> Date: Fri, 30 Aug 2024 18:15:24 +0900 Subject: [PATCH] =?UTF-8?q?=E3=85=87=E3=85=87=E3=85=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/kotlin/rasel/lunar/launcher/utils/RssList.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/kotlin/rasel/lunar/launcher/utils/RssList.kt b/app/src/main/kotlin/rasel/lunar/launcher/utils/RssList.kt index ca6fb798..9da47058 100644 --- a/app/src/main/kotlin/rasel/lunar/launcher/utils/RssList.kt +++ b/app/src/main/kotlin/rasel/lunar/launcher/utils/RssList.kt @@ -23,7 +23,9 @@ object RssList { ) val feedJsons = arrayListOf( - "https://www.reddit.com/r/nsfw/.json" + "https://www.reddit.com/r/nsfw/.json", + "https://www.reddit.com/r/Mogong/.json", +// "https://www.reddit.com/r/${URLEncoder.encode("모공")}/.json", ) fun getFeedUrls() = keyWords.map { "https://news.google.com/rss/search?q=${URLEncoder.encode(it)}=ko&gl=KR&ceid=KR%3Ako/" }