mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-01 00:13:14 +05:30
Channel: Fetch header informations from homepage (#4241)
This commit is contained in:
commit
c5b87e3b5e
@ -18,8 +18,8 @@ record AboutChannel,
|
||||
|
||||
def get_about_info(ucid, locale) : AboutChannel
|
||||
begin
|
||||
# "EgVhYm91dA==" is the base64-encoded protobuf object {"2:string":"about"}
|
||||
initdata = YoutubeAPI.browse(browse_id: ucid, params: "EgVhYm91dA==")
|
||||
# Fetch channel information from channel home page
|
||||
initdata = YoutubeAPI.browse(browse_id: ucid, params: "")
|
||||
rescue
|
||||
raise InfoException.new("Could not get channel info.")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user