forked from midou/invidious
Update signature
This commit is contained in:
parent
9480c6f806
commit
c53ab94519
@ -220,12 +220,9 @@ def decrypt_signature(a)
|
|||||||
a = a.split("")
|
a = a.split("")
|
||||||
|
|
||||||
a.reverse!
|
a.reverse!
|
||||||
a = splice(a, 23)
|
a.delete_at(0)
|
||||||
a.delete_at(0..2)
|
|
||||||
a.reverse!
|
a.reverse!
|
||||||
a = splice(a, 45)
|
a = splice(a, 50)
|
||||||
a.reverse!
|
|
||||||
a = splice(a, 66)
|
|
||||||
|
|
||||||
return a.join("")
|
return a.join("")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user