]> code.delx.au - webdl/commitdiff
Update README
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 4 Jun 2023 14:08:46 +0000 (00:08 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 4 Jun 2023 14:08:46 +0000 (00:08 +1000)
README.md

index ac6de8224e8f0f6e33ee7d66200e4a3e1f5f12b4..ed6e8dc423dbd76cf8d8a950cfe483f6625ae40b 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
 
+### 2023-06-05
+
+* Fixed SBS.
+* Support modern ffmpeg, dropped libav-tools.
+
 ### 2018-02-24
 
 * Support for Streamlink in addition to Livestreamer.
@@ -32,7 +37,6 @@ git pull --ff-only
 Install the following packages using your package manager:
 
 * Python 3.2+ (including dev package)
-* ffmpeg or libav-tools
 
 Clone the WebDL repository:
 ```
@@ -42,7 +46,7 @@ cd webdl
 
 Set up a Python virtualenv and use pip to install the other dependencies:
 ```
-virtualenv --python python3 .virtualenv
+virtualenv .virtualenv
 . .virtualenv/bin/activate
 pip install -r requirements.txt
 ```