mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-19 19:38:51 +00:00
Shrink continuation cursor for YouTube comments
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user