Shrink continuation cursor for YouTube comments

This commit is contained in:
Omar Roth
2019-09-04 15:47:27 -04:00
parent fded5fd900
commit 7b53b6bfef
3 changed files with 46 additions and 13 deletions

View File

@@ -461,7 +461,7 @@ def produce_channel_videos_url(ucid, page = 1, auto_generated = nil, sort_by = "
case sort_by
when "newest"
# Empty tags can be omitted
# meta.write(Bytes[0x18,0x00])
# data.write(Bytes[0x18,0x00])
when "popular"
data.write Bytes[0x18, 0x01]
when "oldest"