mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 04:09:26 +00:00
specify videos page for get_last_youtube_videos of channel
This commit is contained in:
@@ -43,7 +43,8 @@ class ChannelSubscription:
|
||||
if limit:
|
||||
obs["playlistend"] = self.config["subscriptions"]["channel_size"]
|
||||
|
||||
channel = YtWrap(obs, self.config).extract(channel_id)
|
||||
url = f"https://www.youtube.com/channel/{channel_id}/videos"
|
||||
channel = YtWrap(obs, self.config).extract(url)
|
||||
if not channel:
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user