X-Git-Url: https://git.frykholm.com/svtplaydump.git/blobdiff_plain/7f9f0c1f391c46e12433ad638d16c9bd6cd678ca..3d7ac34acc8cc169805a1bc5029f2a5ec9ecd297:/README.md diff --git a/README.md b/README.md index bb1163d..f878676 100644 --- a/README.md +++ b/README.md @@ -3,8 +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 tries to download without any external programs first, and uses rtmpdump and mplayer as fallback. The fallback modes should not be needed any more, but is left for completeness. +```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.