]> git.frykholm.com Git - svtplaydump.git/blobdiff - README.md
Remux to mkv instead
[svtplaydump.git] / README.md
index a5411f5a39b2bb92ddff08af65ffb43038bd2380..f8786764f15eac3018a4b4135b7f509a0a828a46 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,16 @@ svtplaydump
 
 svtplaydump downloads svtplay content for offline viewing.
 Use like this:
-svtplaydump.py http://www.svtplay.se/video/128812/jakten-pa-bernhard
 
-The script uses rtmpdump for the actual downloading. 
-apt-get install rtmpdump
+```bash
+svtplaydump.py -u http://www.svtplay.se/video/128812/jakten-pa-bernhard
+```
+or:
+```bash
+mkdir svtplaymirror;cd svtplaymirror
+svtplaydump.py -m
+```
+It decrypts apple live http streaming on the fly if needed. 
+______________
+
+Install using ```python3 setup.py install``` as root.