Hashtag: Fix continuation token (#3803)

This commit is contained in:
Samantaz Fox 2023-05-14 21:04:10 +02:00
commit 3a54e9556b
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -17,21 +17,18 @@ module Invidious::Hashtag
"80226972:embedded" => { "80226972:embedded" => {
"2:string" => "FEhashtag", "2:string" => "FEhashtag",
"3:base64" => { "3:base64" => {
"1:varint" => cursor.to_i64, "1:varint" => 60_i64, # result count
}, "15:base64" => {
"7:base64" => { "1:varint" => cursor.to_i64,
"325477796:embedded" => { "2:varint" => 0_i64,
"1:embedded" => { },
"2:0:embedded" => { "93:2:embedded" => {
"2:string" => '#' + hashtag, "1:string" => hashtag,
"4:varint" => 0_i64, "2:varint" => 0_i64,
"11:string" => "", "3:varint" => 1_i64,
},
"4:string" => "browse-feedFEhashtag",
},
"2:string" => hashtag,
}, },
}, },
"35:string" => "browse-feedFEhashtag",
}, },
} }