]>
Commit | Line | Data |
---|---|---|
814e1dca MF |
1 | svtplaydump |
2 | =========== | |
3 | ||
89a00fa0 MF |
4 | svtplaydump downloads svtplay content for offline viewing. |
5 | Use like this: | |
84f7ef7d | 6 | svtplaydump.py -u http://www.svtplay.se/video/128812/jakten-pa-bernhard |
c08e38af | 7 | |
7f9f0c1f MF |
8 | 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. |
9 | ||
10 | It decrypts apple live http streaming on the fly if needed. | |
34c32b1a MF |
11 | ______________ |
12 | ||
13 | ### Prerequisites: | |
14 | sudo apt-get install python-feedparser python-crypto python-beautifulsoup | |
15 | ||
16 | ###Optionally: | |
17 | sudo apt-get install ffmpeg | |
18 | When running in rss mode. Avconv is used to convert the .ts container to .mkv | |
19 |