From 6275e06db2e3612d420160dda4da15eef0090cd4 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 5 Feb 2025 14:45:48 +0700 Subject: [PATCH] fix channel extract playlist boundry --- backend/channel/src/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/channel/src/index.py b/backend/channel/src/index.py index f6e96ee4..35422611 100644 --- a/backend/channel/src/index.py +++ b/backend/channel/src/index.py @@ -23,7 +23,7 @@ class YoutubeChannel(YouTubeItem): index_name = "ta_channel" yt_base = "https://www.youtube.com/channel/" yt_obs = { - "playlist_items": "1,0", + "playlist_items": "0,0", "skip_download": True, }