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