From e67d576d797ed02f16c9d84b2a6cc41dbf46a6d9 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 21 Mar 2022 10:47:15 +0700 Subject: [PATCH] fix missing video list in index_channel_playlists --- tubearchivist/home/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tubearchivist/home/tasks.py b/tubearchivist/home/tasks.py index a2773de..b013742 100644 --- a/tubearchivist/home/tasks.py +++ b/tubearchivist/home/tasks.py @@ -277,6 +277,7 @@ def index_channel_playlists(channel_id): handler = PendingList() handler.get_indexed() + handler.get_download() all_youtube_ids = [i["youtube_id"] for i in handler.all_videos] for idx, (playlist_id, playlist_title) in enumerate(all_playlists):