fix(scripts): 修复 MY 战区 Yahoo RSS 拒绝 GitHub IP (403) 问题,切换为高可用 Google News 源

This commit is contained in:
hotyue
2026-04-23 01:53:36 +00:00
parent 2a8a6b6fa7
commit 972cd02874

View File

@@ -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):