설립년도 제거 (잘못된 데이터)
parent
8e5ce3e012
commit
84fd854d15
|
|
@ -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"] = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue