mirror of
https://github.com/iv-org/invidious.git
synced 2025-02-24 08:18:22 -06:00
Compare commits
No commits in common. "c5b87e3b5e5cc7f7f5c8baa7732bd6d81d8f910a" and "438467f69a20007cace4f300d03138b7d2d7e79a" have entirely different histories.
c5b87e3b5e
...
438467f69a
@ -18,8 +18,8 @@ record AboutChannel,
|
||||
|
||||
def get_about_info(ucid, locale) : AboutChannel
|
||||
begin
|
||||
# Fetch channel information from channel home page
|
||||
initdata = YoutubeAPI.browse(browse_id: ucid, params: "")
|
||||
# "EgVhYm91dA==" is the base64-encoded protobuf object {"2:string":"about"}
|
||||
initdata = YoutubeAPI.browse(browse_id: ucid, params: "EgVhYm91dA==")
|
||||
rescue
|
||||
raise InfoException.new("Could not get channel info.")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user