deobfuscates the video URL using a reverse engineered version of KVS player's algorithm. This was tested against version 4.0.4, 5.0.1 and 5.1.1.4 of the player and a warning will be issued if the major version changes.
7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
|
|
# source this file in your shell to get a POSIX locale (which will break many programs, but that's kind of the point)
|
|
|
|
export LC_ALL=POSIX
|
|
export LANG=POSIX
|
|
export LANGUAGE=POSIX
|