From 703c7f7f59163821d93761daa86da2bdc45d8b45 Mon Sep 17 00:00:00 2001 From: Ryu1845 Date: Sun, 20 Mar 2022 20:01:32 +0100 Subject: [PATCH] update readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f5f4826..1b45b95 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ PyPI DLs - - Github Releases DLs + + Github Releases DLs

A python module to download twitter spaces.

@@ -24,9 +24,9 @@ ffmpeg ### From portable binaries -[Linux](https://github.com/Ryu1845/twspace-dl/releases/latest/download/twspace_dl.bin) +[Linux](https://github.com/HoloArchivists/twspace-dl/releases/latest/download/twspace_dl.bin) -[Windows](https://github.com/Ryu1845/twspace-dl/releases/latest/download/twspace_dl.exe) +[Windows](https://github.com/HoloArchivists/twspace-dl/releases/latest/download/twspace_dl.exe) ### From PyPI @@ -37,7 +37,7 @@ pip install twspace-dl ### From source ```bash -pip install git+https://github.com/Ryu1845/twspace-dl +pip install git+https://github.com/HoloArchivists/twspace-dl ``` ## Usage @@ -145,7 +145,7 @@ This is an error in ffmpeg that does not affect twspace_dl at all as far as I k ## Service -To run as a systemd service please refer to https://github.com/Ryu1845/twspace-dl/blob/main/SERVICE.md +To run as a systemd service please refer to https://github.com/HoloArchivists/twspace-dl/blob/main/SERVICE.md ## Docker @@ -154,7 +154,7 @@ To run as a systemd service please refer to https://github.com/Ryu1845/twspace-d > Use ${pwd} in powershell, or $(pwd) in bash ```bash -docker run --rm -v ${pwd}:/output ryu1845/twspace-dl -i space_url +docker run --rm -v ${pwd}:/output HoloArchivists/twspace-dl -i space_url ``` ### Run as monitoring service