fix(scripts): 增加澳门 RSS 源并修复老挝 (LA) 缺失 https 协议的 bug

This commit is contained in:
hotyue
2026-05-09 01:46:13 +00:00
parent 587e0d2e8d
commit 450a925c7f

View File

@@ -25,6 +25,7 @@ RSS_FEEDS = {
"ES": ["https://feeds.elpais.com/mrss-s/pages/ep/site/elpais.com/portada"],
"JP": ["https://news.yahoo.co.jp/rss/topics/top-picks.xml"],
"HK": ["https://hk.news.yahoo.com/rss/hong-kong"],
"MO": ["https://macaudailytimes.com.mo/feed/"],
"TW": ["https://news.google.com/rss?hl=zh-TW&gl=TW&ceid=TW:zh-Hant"],
"KR": ["https://www.yonhapnewstv.co.kr/category/news/headline/feed/"],
"SG": ["https://www.channelnewsasia.com/api/v1/rss-outbound-feed?_format=xml"],
@@ -44,7 +45,7 @@ RSS_FEEDS = {
"NP": ["https://kathmandupost.com/feed/"],
"KH": ["https://www.khmertimeskh.com/feed/"],
"MM": ["https://www.irrawaddy.com/feed"],
"LA": ["kpl.gov.la/Rss"],
"LA": ["https://kpl.gov.la/Rss"],
"MN": ["https://montsame.mn/en/rss"]
}