mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Update signature
This commit is contained in:
parent
9480c6f806
commit
c53ab94519
1 changed files with 2 additions and 5 deletions
|
@ -220,12 +220,9 @@ def decrypt_signature(a)
|
|||
a = a.split("")
|
||||
|
||||
a.reverse!
|
||||
a = splice(a, 23)
|
||||
a.delete_at(0..2)
|
||||
a.delete_at(0)
|
||||
a.reverse!
|
||||
a = splice(a, 45)
|
||||
a.reverse!
|
||||
a = splice(a, 66)
|
||||
a = splice(a, 50)
|
||||
|
||||
return a.join("")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue