From b20e905751d340ca6fcf5d355ec5486192829cf0 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Wed, 20 Nov 2013 08:57:42 +0100 Subject: [PATCH 1/1] Update documentation We now use setup.py. --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d01413c..ef2f30a 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,11 @@ svtplaydump svtplaydump downloads svtplay content for offline viewing. Use like this: svtplaydump.py -u 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. +or: +mkdir svtplaymirror;cd svtplaymirror +svtplaydump.py -m It decrypts apple live http streaming on the fly if needed. ______________ -### Prerequisites: - sudo apt-get install python-feedparser python-crypto python-beautifulsoup - -###Optionally: - sudo apt-get install ffmpeg -When running in rss mode. Avconv is used to convert the .ts container to .mkv - +Install using python3 setup.py install as root. -- 2.39.2