fix(scripts): 修复 NG 战区 RSS 抓取 403 报错,替换为高可用源 (Vanguard News)

This commit is contained in:
hotyue
2026-05-07 08:42:38 +00:00
parent a3d4de00bc
commit 4d29b719ef

View File

@@ -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"]
}