From 84fd854d15661aaf612ff8f60ff49d777d21d574 Mon Sep 17 00:00:00 2001 From: jaehwang Date: Wed, 20 May 2026 18:17:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EB=A6=BD=EB=85=84=EB=8F=84=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20(=EC=9E=98=EB=AA=BB=EB=90=9C=20=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=84=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/analysis.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/services/analysis.py b/app/services/analysis.py index ebbebfc..5c9a9ed 100644 --- a/app/services/analysis.py +++ b/app/services/analysis.py @@ -151,7 +151,6 @@ async def _build_overrides(analysis_run_id: str) -> dict: if youtube.get("totalViews"): yt_patch["total_views"] = youtube["totalViews"] if youtube.get("publishedAt"): yt_patch["channel_created_date"] = youtube["publishedAt"][:10] if youtube.get("description"): yt_patch["channel_description"] = youtube["description"] - if youtube.get("publishedAt"): snapshot["established"] = youtube["publishedAt"][:4] if youtube.get("videos"): yt_patch["top_videos"] = [ {