mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Remove unused part of community cursor extraction
This commit is contained in:
parent
8748caed39
commit
e8dc337306
1 changed files with 0 additions and 10 deletions
|
@ -52,16 +52,6 @@ def extract_channel_community_cursor(continuation)
|
||||||
.try { |i| Protodec::Any.parse(i) }
|
.try { |i| Protodec::Any.parse(i) }
|
||||||
.try { |i| i["80226972:0:embedded"]["3:1:base64"].as_h }
|
.try { |i| i["80226972:0:embedded"]["3:1:base64"].as_h }
|
||||||
|
|
||||||
if object["53:2:embedded"]?.try &.["3:0:embedded"]?
|
|
||||||
object["53:2:embedded"]["3:0:embedded"]["2:0:string"] = object["53:2:embedded"]["3:0:embedded"]
|
|
||||||
.try { |i| i["2:0:base64"].as_h }
|
|
||||||
.try { |i| Protodec::Any.cast_json(i) }
|
|
||||||
.try { |i| Protodec::Any.from_json(i) }
|
|
||||||
.try { |i| Base64.urlsafe_encode(i, padding: false) }
|
|
||||||
|
|
||||||
object["53:2:embedded"]["3:0:embedded"].as_h.delete("2:0:base64")
|
|
||||||
end
|
|
||||||
|
|
||||||
cursor = Protodec::Any.cast_json(object)
|
cursor = Protodec::Any.cast_json(object)
|
||||||
.try { |i| Protodec::Any.from_json(i) }
|
.try { |i| Protodec::Any.from_json(i) }
|
||||||
.try { |i| Base64.urlsafe_encode(i) }
|
.try { |i| Base64.urlsafe_encode(i) }
|
||||||
|
|
Loading…
Reference in a new issue