mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 18:59:26 +00:00
refact yt-dlp info extract, show errors
This commit is contained in:
@@ -61,7 +61,7 @@ class ChannelSubscription:
|
||||
obs["playlistend"] = limit_amount
|
||||
|
||||
url = f"https://www.youtube.com/channel/{channel_id}/{vid_type}"
|
||||
channel_query = YtWrap(obs, self.config).extract(url)
|
||||
channel_query, _ = YtWrap(obs, self.config).extract(url)
|
||||
if not channel_query:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user