From: James Bunton Date: Sat, 24 Feb 2018 10:26:27 +0000 (+1100) Subject: NEWS and update instructions X-Git-Url: https://code.delx.au/webdl/commitdiff_plain/59de6a1622768b0604c355ef9a61c6a1e5163679 NEWS and update instructions --- diff --git a/README.md b/README.md index 8ee457c..8768a42 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ WebDL is a set of Python scripts to grab video from online Free To Air Australia ## News +### 2018-02-24 + +* Support for Streamlink in addition to Livestreamer. +* Currently working with iView, SBS and Channel 10. + ### 2017-02-24 * Now requires Python3, use the `python2` branch if you need the old version. * Recommended installation is now with `virtualenv` and `pip` to install dependencies. @@ -12,6 +17,16 @@ WebDL is a set of Python scripts to grab video from online Free To Air Australia * `autograbber.py` can write to multiple directories, previous command line args are still supported. +## Updating to the latest version + +You must use [git](https://git-scm.com) to keep up to date. The `autograbber-cron.sh` script is how I do this. If you'd like to manually update just run these commands. + +``` +cd webdl +git pull --ff-only +``` + + ## Installation using pip Install the following packages using your package manager: @@ -37,6 +52,12 @@ Whenever you want to run WebDL you must source the `.virtualenv/bin/activate` sc ## Installation on Debian/Ubuntu +Clone the WebDL repository: +``` +git clone https://bitbucket.org/delx/webdl +cd webdl +``` + Install Python 3 and needed libraries: ``` apt-get install python3 python3-lxml python3-requests python3-requests-cache