X-Git-Url: https://git.frykholm.com/svtplaydump.git/blobdiff_plain/b20e905751d340ca6fcf5d355ec5486192829cf0..2753826d3cb12232b20224a818bf35da96cd559d:/README.md diff --git a/README.md b/README.md index ef2f30a..f878676 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,16 @@ svtplaydump svtplaydump downloads svtplay content for offline viewing. Use like this: + +```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. +Install using ```python3 setup.py install``` as root.