]> code.delx.au - webdl/blobdiff - README.md
Use pip/requirements.txt, now needs Python3
[webdl] / README.md
index bfa35647820d3f6007ef25b3fe4a520b27ecd310..f24ad29a5e1373c6fc7f1d75ac48eb203b5e4b75 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,33 +2,15 @@
 
 WebDL is a set of Python scripts to grab video from online Free To Air Australian channels.
 
-## Requirements
-
-* [Livestreamer](http://docs.livestreamer.io/install.html)
-* python 2.7 or 3.2+
-* pycrypto -- Livestreamer needs this for some videos
-* python-lxml
-* ffmpeg / libav-tools
 
 ## Installation
 
-### Arch Linux
-    pacman -S livestreamer python-crypto python-lxml ffmpeg
-
-### Ubuntu
-    apt-get install livestreamer python-crypto python-lxml libav-tools
-
-### Mac OS X
-
-Warning, this is untested!
-
-    brew install python3 ffmpeg
-    pip3 install livestreamer pycrypto lxml
-
-### Then get WebDL itself
     git clone https://bitbucket.org/delx/webdl
     cd webdl
-    python3 ./grabber.py
+    virtualenv --python python3 .virtualenv
+    . .virtualenv/bin/activate
+    pip install -r requirements.txt
+    ./grabber.py
 
 
 ## Interactive usage (grabber.py)