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