]>
Commit | Line | Data |
---|---|---|
814e1dca MF |
1 | svtplaydump |
2 | =========== | |
3 | ||
89a00fa0 MF |
4 | svtplaydump downloads svtplay content for offline viewing. |
5 | Use like this: | |
84f7ef7d | 6 | svtplaydump.py -u http://www.svtplay.se/video/128812/jakten-pa-bernhard |
b20e9057 MF |
7 | or: |
8 | mkdir svtplaymirror;cd svtplaymirror | |
9 | svtplaydump.py -m | |
7f9f0c1f MF |
10 | |
11 | It decrypts apple live http streaming on the fly if needed. | |
34c32b1a MF |
12 | ______________ |
13 | ||
b20e9057 | 14 | Install using python3 setup.py install as root. |