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
c6539c803a
commit
609ad873bc
1 changed files with 3 additions and 5 deletions
|
@ -296,12 +296,10 @@ def decrypt_signature(a)
|
|||
a = a.split("")
|
||||
|
||||
a.reverse!
|
||||
a = splice(a, 51)
|
||||
a = splice(a, 50)
|
||||
a.delete_at(0..1)
|
||||
a.reverse!
|
||||
a = splice(a, 24)
|
||||
a.delete_at(0..2)
|
||||
a = splice(a, 70)
|
||||
a.reverse!
|
||||
|
||||
return a.join("")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue