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.
6 lines
213 B
Bash
Executable File
6 lines
213 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wget http://central.maven.org/maven2/org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar
|
|
java -jar jython-installer-2.7.1.jar -s -d "$HOME/jython"
|
|
$HOME/jython/bin/jython -m pip install nose
|