From 54178ddcf14ba3919dbaaa03a7b6cb8594d85535 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:48:06 +0000 Subject: [PATCH] =?UTF-8?q?fix(scripts):=20=E4=BF=AE=E5=A4=8D=20TW=20?= =?UTF-8?q?=E6=88=98=E5=8C=BA=20Yahoo=20RSS=20=E6=8B=92=E7=BB=9D=20GitHub?= =?UTF-8?q?=20Actions=20IP=20=E8=AE=BF=E9=97=AE=20(403)=20=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E5=88=87=E6=8D=A2=E8=87=B3=E9=AB=98?= =?UTF-8?q?=E5=8F=AF=E7=94=A8=20Google=20News=20TW=20=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 703f944..2bdbc6e 100644 --- a/scripts/fetch_trust_urls.py +++ b/scripts/fetch_trust_urls.py @@ -25,7 +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"], - "TW": ["https://tw.news.yahoo.com/rss/taiwan"], + "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"], "NL": ["https://feeds.nos.nl/nosnieuwsalgemeen"],