revert channel about parsing, #614

This commit is contained in:
Simon 2023-12-12 14:00:56 +07:00
parent 597da56975
commit 098db97cba
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 2 deletions

View File

@ -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"""