|
@@ -62,7 +62,7 @@ def update_tables ( |
|
|
video_history.views_count = datum['viewCounter'] |
|
|
video_history.views_count = datum['viewCounter'] |
|
|
video_history.upsert () |
|
|
video_history.upsert () |
|
|
video_tags = [video_tag for video_tag in video.video_tags |
|
|
video_tags = [video_tag for video_tag in video.video_tags |
|
|
if video_tag.untagged_at is not None] |
|
|
|
|
|
|
|
|
if video_tag.untagged_at is None] |
|
|
tag: Tag | None |
|
|
tag: Tag | None |
|
|
video_tag: VideoTag | None |
|
|
video_tag: VideoTag | None |
|
|
for video_tag in video_tags: |
|
|
for video_tag in video_tags: |
|
|