]> git.frykholm.com Git - svtplaydump.git/blame_incremental - README.md
Connection reset fix
[svtplaydump.git] / README.md
... / ...
CommitLineData
1svtplaydump
2===========
3
4svtplaydump downloads svtplay content for offline viewing.
5Use like this:
6svtplaydump.py -u http://www.svtplay.se/video/128812/jakten-pa-bernhard
7
8The 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.
9
10It decrypts apple live http streaming on the fly if needed.
11______________
12
13### Prerequisites:
14 sudo apt-get install python-feedparser python-crypto python-beautifulsoup
15
16###Optionally:
17 sudo apt-get install ffmpeg
18When running in rss mode. Avconv is used to convert the .ts container to .mkv
19