mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-07 09:33:04 -05:00
asd
This commit is contained in:
parent
3c32f49617
commit
6e274fb96d
@ -182,7 +182,7 @@ def fetch_channel(ucid, pull_all_videos : Bool)
|
|||||||
id: video.id,
|
id: video.id,
|
||||||
title: video.title,
|
title: video.title,
|
||||||
published: video.published,
|
published: video.published,
|
||||||
updated: video.updated,
|
updated: Time.utc,
|
||||||
ucid: video.ucid,
|
ucid: video.ucid,
|
||||||
author: video.author,
|
author: video.author,
|
||||||
length_seconds: video.length_seconds,
|
length_seconds: video.length_seconds,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user