sm4640
c8c9c592cf
Fix: [2.0.8] process=False로 포맷 처리 건너뛰고 자막만 추출
...
news-summary-bot-cicd / build_push_deploy (push) Successful in 15m23s
extract_info에 process=False 적용하여 포맷 선택 단계를 완전히 스킵.
자막 정보는 YouTube extractor에서 직접 반환되므로 포맷 처리 불필요.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 17:12:23 +09:00
sm4640
98cd620f23
Fix: [2.0.7] format 에러 해결 - ignore_no_formats_error 사용
...
news-summary-bot-cicd / build_push_deploy (push) Successful in 11m7s
format: worst 대신 ignore_no_formats_error: True로 변경하여
포맷 관련 에러 없이 자막만 추출하도록 수정
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 16:54:33 +09:00
sm4640
5e8e10e2fa
Fix: [2.0.6] Docker 빌드 시 --no-cache 추가
...
news-summary-bot-cicd / build_push_deploy (push) Successful in 12m17s
buildx 캐시 참조 에러(no such job) 해결
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 16:32:34 +09:00
sm4640
af0e2fca8a
Feat: [2.0.5] 에러 발생 시 Discord 알림 전송
...
news-summary-bot-cicd / build_push_deploy (push) Failing after 3m42s
- 요약 처리 중 에러 발생 시 Discord에 에러 상세 내용 전송
- 에러 타입, 메시지, 영상 정보를 포함한 embed 형식
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 16:27:03 +09:00
sm4640
11852bf48c
Fix: [2.0.4] 쿠키 read-only 마운트 및 포맷 에러 해결
...
news-summary-bot-cicd / build_push_deploy (push) Has been cancelled
- 쿠키 파일을 임시 파일에 복사하여 yt-dlp 쓰기 가능하도록 처리
- format: worst 추가하여 포맷 선택 에러 방지
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 16:23:51 +09:00
sm4640
d4bd508618
Fix: [2.0.3] yt-dlp 쿠키 인증 추가, 문서 업데이트, CI/CD .md 스킵
...
news-summary-bot-cicd / build_push_deploy (push) Successful in 4m40s
- yt-dlp에 쿠키 파일(/app/cookies.txt) 지원 추가 (YouTube 봇 감지 우회)
- CI/CD에 paths-ignore: **/*.md 추가하여 문서 수정 시 빌드 스킵
- 전체 문서 업데이트: 라우트 변경, 쿠키 인증 방식, n8n Expression 모드 안내
- .gitignore에 cookies.txt 추가
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 15:45:12 +09:00
sm4640
aaf5bd8d05
Fix: [2.0.2] yt-dlp → youtube-transcript-api로 교체
...
news-summary-bot-cicd / build_push_deploy (push) Successful in 9m6s
OCI 서버에서 YouTube 봇 감지로 yt-dlp 차단됨.
자막 전용 라이브러리로 교체하여 클라우드 IP 환경에서도 동작하도록 수정.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 14:23:52 +09:00
sm4640
ac05240b58
Fix: [2.0.1] Nginx rewrite에 맞게 FastAPI 라우트 prefix 제거
...
news-summary-bot-cicd / build_push_deploy (push) Successful in 4m47s
Nginx가 /api/news/ prefix를 strip하므로 FastAPI 라우트를
/api/news/summarize → /summarize, /api/news/health → /health로 수정
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 14:07:11 +09:00
sm4640
dc4656e452
Feat: [main] news-summary-bot 완성
news-summary-bot-cicd / build_push_deploy (push) Successful in 11m43s
2026-03-24 12:19:54 +09:00