]> code.delx.au - webdl/commitdiff
NEWS and update instructions
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 24 Feb 2018 10:26:27 +0000 (21:26 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 24 Feb 2018 10:28:19 +0000 (21:28 +1100)
README.md

index 8ee457cc4f826b9afaea120b47eaf2c5d5299034..8768a420508040a0eb79d3188d39bbec2753e9fd 100644 (file)
--- 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
 
 
 ## 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.
 ### 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.
 
 
 * `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:
 ## 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
 
 
 ## 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
 Install Python 3 and needed libraries:
 ```
 apt-get install python3 python3-lxml python3-requests python3-requests-cache