mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Update signature
This commit is contained in:
parent
fdf92ddc03
commit
a15c523e1d
1 changed files with 3 additions and 7 deletions
|
@ -298,15 +298,11 @@ end
|
|||
def decrypt_signature(a)
|
||||
a = a.split("")
|
||||
|
||||
a = splice(a, 3)
|
||||
a = splice(a, 28)
|
||||
a.delete_at(0..0)
|
||||
a = splice(a, 14)
|
||||
a = splice(a, 58)
|
||||
a.reverse!
|
||||
a.delete_at(0..2)
|
||||
a = splice(a, 38)
|
||||
a.reverse!
|
||||
a = splice(a, 14)
|
||||
a = splice(a, 23)
|
||||
a = splice(a, 22)
|
||||
|
||||
return a.join("")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue