mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 23:12:15 +05:30
Update signature function
This commit is contained in:
parent
8d97ecaeb1
commit
3a1a2403f5
@ -244,11 +244,14 @@ def decrypt_signature(a)
|
||||
a = a.split("")
|
||||
|
||||
a.reverse!
|
||||
a.delete_at(0..1)
|
||||
a = splice(a, 67)
|
||||
a.delete_at(0..2)
|
||||
a.reverse!
|
||||
a.delete_at(0..2)
|
||||
a = splice(a, 38)
|
||||
a.delete_at(0..0)
|
||||
a = splice(a, 64)
|
||||
a.reverse!
|
||||
a.delete_at(0..1)
|
||||
|
||||
return a.join("")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user