fix channel extract playlist boundry

This commit is contained in:
Simon
2025-02-05 14:45:48 +07:00
parent 7e19495c10
commit 6275e06db2

View File

@@ -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,
}