From 972cd0287483e5cc26629810943b7aa8dfe4fe4b Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:53:36 +0000 Subject: [PATCH] =?UTF-8?q?fix(scripts):=20=E4=BF=AE=E5=A4=8D=20MY=20?= =?UTF-8?q?=E6=88=98=E5=8C=BA=20Yahoo=20RSS=20=E6=8B=92=E7=BB=9D=20GitHub?= =?UTF-8?q?=20IP=20(403)=20=E9=97=AE=E9=A2=98=EF=BC=8C=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E4=B8=BA=E9=AB=98=E5=8F=AF=E7=94=A8=20Google=20News=20?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/fetch_trust_urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch_trust_urls.py b/scripts/fetch_trust_urls.py index b5cc7ed..97a3f53 100644 --- a/scripts/fetch_trust_urls.py +++ b/scripts/fetch_trust_urls.py @@ -30,7 +30,7 @@ RSS_FEEDS = { "SG": ["https://www.channelnewsasia.com/api/v1/rss-outbound-feed?_format=xml"], "NL": ["https://feeds.nos.nl/nosnieuwsalgemeen"], "VN": ["https://vnexpress.net/rss/tin-moi-nhat.rss"], - "MY": ["https://malaysia.news.yahoo.com/rss"] + "MY": ["https://news.google.com/rss?hl=en-MY&gl=MY&ceid=MY:en"] } def fetch_rss_links(region_code, max_items=15):