This commit is contained in:
Fijxu 2026-08-17 03:23:13 -04:00
parent 3c32f49617
commit 6e274fb96d
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -182,7 +182,7 @@ def fetch_channel(ucid, pull_all_videos : Bool)
id: video.id,
title: video.title,
published: video.published,
updated: video.updated,
updated: Time.utc,
ucid: video.ucid,
author: video.author,
length_seconds: video.length_seconds,