설립년도 제거 (잘못된 데이터)

insta-data
jaehwang 2026-05-20 18:17:10 +09:00
parent 8e5ce3e012
commit 84fd854d15
1 changed files with 0 additions and 1 deletions

View File

@ -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("totalViews"): yt_patch["total_views"] = youtube["totalViews"]
if youtube.get("publishedAt"): yt_patch["channel_created_date"] = youtube["publishedAt"][:10] 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("description"): yt_patch["channel_description"] = youtube["description"]
if youtube.get("publishedAt"): snapshot["established"] = youtube["publishedAt"][:4]
if youtube.get("videos"): if youtube.get("videos"):
yt_patch["top_videos"] = [ yt_patch["top_videos"] = [
{ {