From 6a31763c49e1e8c39789e25ded7d529534a537d5 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Sat, 9 May 2026 06:58:28 +0000 Subject: [PATCH] =?UTF-8?q?fix(scripts):=20=E6=9B=BF=E6=8D=A2=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E7=9A=84=E6=9C=AC=E5=9C=9F=20RSS=20=E6=BA=90=EF=BC=8C?= =?UTF-8?q?=E5=85=A8=E9=9D=A2=E6=8E=A5=E5=85=A5=20Google=20News=20?= =?UTF-8?q?=E8=81=9A=E5=90=88=E6=BA=90=E4=BB=A5=E4=BF=9D=E9=9A=9C=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E7=A8=B3=E5=AE=9A=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/fetch_trust_urls.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/fetch_trust_urls.py b/scripts/fetch_trust_urls.py index 592dbd0..d8e416c 100644 --- a/scripts/fetch_trust_urls.py +++ b/scripts/fetch_trust_urls.py @@ -34,19 +34,19 @@ RSS_FEEDS = { "MY": ["https://news.google.com/rss?hl=en-MY&gl=MY&ceid=MY:en"], "NG": ["https://punchng.com/feed/", "https://www.vanguardngr.com/feed/"], "TR": ["https://www.hurriyet.com.tr/rss/anasayfa"], - # ====== 下方为 PR #47 亚洲与中东新战区扩充源 ====== - "PH": ["https://www.gmanetwork.com/news/rss/news/"], + # ====== 下方为 PR #47 亚洲与中东新战区扩充源 (已通过实机验证) ====== + "PH": ["https://news.google.com/rss?hl=en-PH&gl=PH"], "TH": ["https://www.bangkokpost.com/rss/data/topstories.xml"], "ID": ["https://www.antaranews.com/rss/terkini.xml"], "IN": ["https://timesofindia.indiatimes.com/rssfeedstopstories.cms"], - "AE": ["https://gulfnews.com/arc/outboundfeeds/rss/uae.xml"], - "SA": ["https://www.arabnews.com/rss.xml"], + "AE": ["https://news.google.com/rss?hl=en-AE&gl=AE"], + "SA": ["https://news.google.com/rss?hl=ar-SA&gl=SA"], "BD": ["https://www.thedailystar.net/frontpage/rss.xml"], - "NP": ["https://kathmandupost.com/feed/"], - "KH": ["https://www.khmertimeskh.com/feed/"], - "MM": ["https://www.irrawaddy.com/feed"], - "LA": ["https://kpl.gov.la/Rss"], - "MN": ["https://montsame.mn/en/rss"] + "NP": ["https://news.google.com/rss?hl=en-NP&gl=NP"], + "KH": ["https://www.cambodiadaily.com/feed/"], + "MM": ["https://news.google.com/rss?hl=en-MM&gl=MM"], + "LA": ["https://news.google.com/rss?hl=en-LA&gl=LA"], + "MN": ["https://news.google.com/rss?hl=en-MN&gl=MN"] } def fetch_rss_links(region_code, max_items=15):