From 4d29b719ef556d016400d4ae82448d2fd27892e9 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Thu, 7 May 2026 08:42:38 +0000 Subject: [PATCH] =?UTF-8?q?fix(scripts):=20=E4=BF=AE=E5=A4=8D=20NG=20?= =?UTF-8?q?=E6=88=98=E5=8C=BA=20RSS=20=E6=8A=93=E5=8F=96=20403=20=E6=8A=A5?= =?UTF-8?q?=E9=94=99=EF=BC=8C=E6=9B=BF=E6=8D=A2=E4=B8=BA=E9=AB=98=E5=8F=AF?= =?UTF-8?q?=E7=94=A8=E6=BA=90=20(Vanguard=20News)?= 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 dbb11ad..7cda28d 100644 --- a/scripts/fetch_trust_urls.py +++ b/scripts/fetch_trust_urls.py @@ -31,7 +31,7 @@ RSS_FEEDS = { "NL": ["https://feeds.nos.nl/nosnieuwsalgemeen"], "VN": ["https://vnexpress.net/rss/tin-moi-nhat.rss"], "MY": ["https://news.google.com/rss?hl=en-MY&gl=MY&ceid=MY:en"], - "NG": ["https://punchng.com/feed/", "https://guardian.ng/feed/"], + "NG": ["https://punchng.com/feed/", "https://www.vanguardngr.com/feed/"], "TR": ["https://www.hurriyet.com.tr/rss/anasayfa"] }