mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-10 01:10:31 +00:00
specify videos page for get_last_youtube_videos of channel
This commit is contained in:
parent
5982932457
commit
caaed252f9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user