feat(region): 拓展亚太战区,新增马来西亚 (MY) 节点及本地骨干网与 RSS 活体流 (Resolves #31)

This commit is contained in:
hotyue
2026-04-23 01:50:15 +00:00
parent e4b4c747eb
commit 2a8a6b6fa7
30 changed files with 487 additions and 558 deletions

View File

@@ -29,7 +29,8 @@ RSS_FEEDS = {
"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"],
"VN": ["https://vnexpress.net/rss/tin-moi-nhat.rss"]
"VN": ["https://vnexpress.net/rss/tin-moi-nhat.rss"],
"MY": ["https://malaysia.news.yahoo.com/rss"]
}
def fetch_rss_links(region_code, max_items=15):