feat: 뉴스 소스 27→37 확장 + 종목명 오탐 맥락게이트
[소스 다변화] 라이브 검증(200+한글기사)된 10개 피드 추가: 연합인포맥스(채권·FX)·매경증권·한경 글로벌마켓·연합뉴스 산업·데일리안· ZDNet코리아·테크M·전자신문 반도체·오토헤럴드·철강금속신문. 마켓/FX·IT·반도체·자동차·철강 버티컬로 커버리지 확대. 검증: 37소스 라이브 크롤 360건, fetch 에러 0. [종목 귀속 정확성] extract_stocks의 한글명 부분일치(text.count) 오탐 차단. 일상어와 겹치는 모호 종목명 19개(대상·동양·동서·미래 등)는 본문에 주식 맥락 토큰(주가·실적·영업이익·코스피·㈜·반도체 등)이 있을 때만 인정. 보령·풍산·세방 등 고유명은 제외(누락 방지). 검증: '지원 대상으로'→무매칭, '대상 영업이익 증가'→대상 인정, 삼성전자 영향없음. 두 서비스 재빌드·재기동·라이브검증 완료. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -261,6 +261,17 @@ RSS_SOURCES = [
|
||||
("더벨", "https://www.thebell.co.kr/free/content/xmlService.asp"),
|
||||
("세계일보", "https://www.segye.com/RSS/economyRss.xml"),
|
||||
("SBS Biz", "https://news.sbs.co.kr/news/SectionRssFeed.do?sectionId=EC"),
|
||||
# ── 증권/마켓·산업 버티컬 확장 (2026-06 검증된 라이브 피드) ──
|
||||
("연합인포맥스", "https://news.einfomax.co.kr/rss/allArticle.xml"), # 채권·FX·마켓 전문
|
||||
("매일경제증권", "https://www.mk.co.kr/rss/50200011/"), # 증권
|
||||
("한국경제글로벌", "https://www.hankyung.com/feed/international"), # 글로벌마켓
|
||||
("연합뉴스산업", "https://www.yna.co.kr/rss/industry.xml"), # 산업
|
||||
("데일리안", "https://www.dailian.co.kr/rss/economy"),
|
||||
("ZDNet코리아", "https://feeds.feedburner.com/zdkorea"), # IT/테크
|
||||
("테크M", "https://www.techm.kr/rss/allArticle.xml"), # IT/테크
|
||||
("전자신문반도체", "https://rss.etnews.com/Section902.xml"), # 반도체 버티컬
|
||||
("오토헤럴드", "https://www.autoherald.co.kr/rss/allArticle.xml"), # 자동차 버티컬
|
||||
("철강금속신문", "https://www.snmnews.com/rss/allArticle.xml"), # 철강/소재 버티컬
|
||||
]
|
||||
|
||||
def parse_rss_date(date_str: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user