]> git.frykholm.com Git - svtplaydump.git/blob - README.md
Quick and dirty tv4 downloader
[svtplaydump.git] / README.md
1 svtplaydump
2 ===========
3
4 svtplaydump downloads svtplay content for offline viewing.
5 Use like this:
6 svtplaydump.py -u http://www.svtplay.se/video/128812/jakten-pa-bernhard
7
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.
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