From 098db97cba9acfd4a1691a9a7f6f6d5b16b6c020 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 12 Dec 2023 14:00:56 +0700 Subject: [PATCH] revert channel about parsing, #614 --- tubearchivist/home/src/index/channel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubearchivist/home/src/index/channel.py b/tubearchivist/home/src/index/channel.py index 5794ea92..273efffb 100644 --- a/tubearchivist/home/src/index/channel.py +++ b/tubearchivist/home/src/index/channel.py @@ -31,8 +31,8 @@ class YoutubeChannel(YouTubeItem): self.task = task def build_yt_url(self): - """build youtube url""" - return f"{self.yt_base}{self.youtube_id}/featured" + """overwrite base to use channel about page""" + return f"{self.yt_base}{self.youtube_id}/about" def build_json(self, upload=False, fallback=False): """get from es or from youtube"""