X-Git-Url: https://git.frykholm.com/svtplaydump.git/blobdiff_plain/c08e38af58f47f69ae045ccccc80cb886589216f..b20e905751d340ca6fcf5d355ec5486192829cf0:/README.md diff --git a/README.md b/README.md index a5411f5..ef2f30a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ svtplaydump svtplaydump downloads svtplay content for offline viewing. Use like this: -svtplaydump.py http://www.svtplay.se/video/128812/jakten-pa-bernhard +svtplaydump.py -u http://www.svtplay.se/video/128812/jakten-pa-bernhard +or: +mkdir svtplaymirror;cd svtplaymirror +svtplaydump.py -m -The script uses rtmpdump for the actual downloading. -apt-get install rtmpdump +It decrypts apple live http streaming on the fly if needed. +______________ + +Install using python3 setup.py install as root.