]> code.delx.au - webdl/blob - README.md
Added README.md
[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 * python3-pycrypto -- Livestreamer needs this for some videos
9 * [rtmpdump](https://rtmpdump.mplayerhq.hu)
10 * python 2.7 (webdl doesn't work with python3 yet)
11 * python2-lxml (for python2)
12 * ffmpeg / libav-tools
13
14 ## Instructions
15
16 ### Arch Linux
17 pacman -S livestreamer python-crypto python2-lxml rtmpdump ffmpeg
18
19 ### Ubuntu
20 apt-get install livestreamer python3-crypto python-lxml rtmpdump libav-tools
21
22 ### Mac OS X
23
24 Warning, this is untested!
25
26 brew install python3 python rtmpdump ffmpeg
27 pip3 install livestreamer pycrypto
28 pip install lxml
29
30 ### Then get WebDL itself
31 hg clone https://bitbucket.org/delx/webdl
32 cd webdl
33 ./grabber.py
34
35
36 ## Bug reports
37
38 Log an issue on the [Bitbucket project](https://bitbucket.org/delx/webdl/issues?status=new&status=open)