From ef22e237fe9954a6ec8555b59b74fa581e51d05b Mon Sep 17 00:00:00 2001 From: girst Date: Wed, 15 Dec 2021 16:29:25 +0100 Subject: [PATCH] use correct published time for database when available now, premiere videos are properly crawled_at=now(); published_at=soon() --- app/common/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/common.py b/app/common/common.py index c17fefc..44fa774 100644 --- a/app/common/common.py +++ b/app/common/common.py @@ -159,7 +159,7 @@ def update_channel(db, xmldata, from_webhook=False): length, livestream, premiere, - video['published'], + published, timestamp )) else: -- 2.39.3