mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:59:39 +00:00
fix channel extract playlist boundry
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user