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