diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-08-12 14:55:51 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-08-12 14:55:51 -0700 |
commit | 5637d4f4302afd884d7b6142447b5b5f77ed4d79 (patch) | |
tree | d5ca4a96ecd481127ba123c744dfe2ab8cbf5b60 | |
parent | ac9b7f01620210de55d4bb50808877f2a0f4ccef (diff) | |
download | yt-local-5637d4f4302afd884d7b6142447b5b5f77ed4d79.tar.lz yt-local-5637d4f4302afd884d7b6142447b5b5f77ed4d79.tar.xz yt-local-5637d4f4302afd884d7b6142447b5b5f77ed4d79.zip |
channel_ctoken_desktop: fix parenthesis formatting
-rw-r--r-- | youtube/channel.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube/channel.py b/youtube/channel.py index efb336b..2324f14 100644 --- a/youtube/channel.py +++ b/youtube/channel.py @@ -55,9 +55,8 @@ def channel_ctoken_desktop(channel_id, page, sort, tab, view=1): }[int(sort)] page_token = proto.string(61, proto.unpadded_b64encode(proto.string(1, proto.uint(1, schema_number) + proto.string(2, - proto.string(1, proto.unpadded_b64encode(proto.uint(1, offset)) + proto.string(1, proto.unpadded_b64encode(proto.uint(1,offset))) ) - ) ))) tab = proto.string(2, tab ) |