From 450a925c7fd938745f9e6c36640363fe06134415 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Sat, 9 May 2026 01:46:13 +0000 Subject: [PATCH] =?UTF-8?q?fix(scripts):=20=E5=A2=9E=E5=8A=A0=E6=BE=B3?= =?UTF-8?q?=E9=97=A8=20RSS=20=E6=BA=90=E5=B9=B6=E4=BF=AE=E5=A4=8D=E8=80=81?= =?UTF-8?q?=E6=8C=9D=20(LA)=20=E7=BC=BA=E5=A4=B1=20https=20=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E7=9A=84=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/fetch_trust_urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/fetch_trust_urls.py b/scripts/fetch_trust_urls.py index 8657e58..592dbd0 100644 --- a/scripts/fetch_trust_urls.py +++ b/scripts/fetch_trust_urls.py @@ -25,6 +25,7 @@ RSS_FEEDS = { "ES": ["https://feeds.elpais.com/mrss-s/pages/ep/site/elpais.com/portada"], "JP": ["https://news.yahoo.co.jp/rss/topics/top-picks.xml"], "HK": ["https://hk.news.yahoo.com/rss/hong-kong"], + "MO": ["https://macaudailytimes.com.mo/feed/"], "TW": ["https://news.google.com/rss?hl=zh-TW&gl=TW&ceid=TW:zh-Hant"], "KR": ["https://www.yonhapnewstv.co.kr/category/news/headline/feed/"], "SG": ["https://www.channelnewsasia.com/api/v1/rss-outbound-feed?_format=xml"], @@ -44,7 +45,7 @@ RSS_FEEDS = { "NP": ["https://kathmandupost.com/feed/"], "KH": ["https://www.khmertimeskh.com/feed/"], "MM": ["https://www.irrawaddy.com/feed"], - "LA": ["kpl.gov.la/Rss"], + "LA": ["https://kpl.gov.la/Rss"], "MN": ["https://montsame.mn/en/rss"] }