mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 02:08:23 +00:00
Format and add function for vflCCoUi2 and vflg4IfMn
This commit is contained in:
parent
5b47be2b4d
commit
e46ce28939
@ -207,6 +207,19 @@ def decrypt_signature(a, base)
|
||||
a.reverse!
|
||||
a = swap(a, 8)
|
||||
a = swap(a, 61)
|
||||
when "vflCCoUi2"
|
||||
a = swap(a, 26)
|
||||
a.reverse!
|
||||
a = swap(a, 8)
|
||||
a = swap(a, 61)
|
||||
when "vflg4IfMn"
|
||||
a = swap(a, 6)
|
||||
a = swap(a, 64)
|
||||
a = swap(a, 25)
|
||||
a = swap(a, 53)
|
||||
a.delete_at(0..1)
|
||||
a.reverse!
|
||||
a.delete_at(0..2)
|
||||
else
|
||||
raise "Could not decrypt signature for player #{base}"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user