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