mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 00:43:05 +05:30
Update signature
This commit is contained in:
parent
be5c925418
commit
a50ff5cffb
@ -299,12 +299,13 @@ def decrypt_signature(a)
|
|||||||
a = a.split("")
|
a = a.split("")
|
||||||
|
|
||||||
a.reverse!
|
a.reverse!
|
||||||
a = splice(a, 7)
|
a = splice(a, 4)
|
||||||
a = splice(a, 5)
|
a = splice(a, 19)
|
||||||
a = splice(a, 6)
|
a.delete_at(0..1)
|
||||||
|
a.reverse!
|
||||||
|
a = splice(a, 65)
|
||||||
|
a = splice(a, 1)
|
||||||
a.reverse!
|
a.reverse!
|
||||||
a = splice(a, 63)
|
|
||||||
a = splice(a, 13)
|
|
||||||
|
|
||||||
return a.join("")
|
return a.join("")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user