mirror of https://github.com/iv-org/invidious.git
Update signature
This commit is contained in:
parent
c6539c803a
commit
609ad873bc
|
@ -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 New Issue