]> git.frykholm.com Git - svtplaydump.git/blobdiff - README.md
remove some debugging, add shebang
[svtplaydump.git] / README.md
index d01413c246c63065b3c33cb01f682fdb2c903edb..f8786764f15eac3018a4b4135b7f509a0a828a46 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,17 +3,16 @@ 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.
 
+```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. 
 ______________
 
-### 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.