Compare commits

..

No commits in common. "c5b87e3b5e5cc7f7f5c8baa7732bd6d81d8f910a" and "438467f69a20007cace4f300d03138b7d2d7e79a" have entirely different histories.

View File

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