Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 386 Bytes

svtplaydump

svtplaydump downloads svtplay content for offline viewing. Use like this:

svtplaydump.py -u http://www.svtplay.se/video/128812/jakten-pa-bernhard

or:

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.