]> code.delx.au - webdl/blob - README.md
Fixed SBS muxing
[webdl] / README.md
1 # WebDL #
2
3 WebDL is a set of Python scripts to grab video from online Free To Air Australian channels.
4
5 ## Requirements
6
7 * [Livestreamer](http://docs.livestreamer.io/install.html)
8 * python 2.7 or 3.2+
9 * pycrypto -- Livestreamer needs this for some videos
10 * python-lxml
11 * ffmpeg / libav-tools
12
13 ## Instructions
14
15 ### Arch Linux
16 pacman -S livestreamer python-crypto python-lxml ffmpeg
17
18 ### Ubuntu
19 apt-get install livestreamer python-crypto python-lxml libav-tools
20
21 ### Mac OS X
22
23 Warning, this is untested!
24
25 brew install python3 ffmpeg
26 pip3 install livestreamer pycrypto lxml
27
28 ### Then get WebDL itself
29 hg clone https://bitbucket.org/delx/webdl
30 cd webdl
31 python3 ./grabber.py
32
33
34 ## Bug reports
35
36 Log an issue on the [Bitbucket project](https://bitbucket.org/delx/webdl/issues?status=new&status=open)