mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 22:31:54 +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:
|
if limit:
|
||||||
obs["playlistend"] = self.config["subscriptions"]["channel_size"]
|
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:
|
if not channel:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user