From 85b3b915c8a2ddee3631b2aa37e8ca37c6e93184 Mon Sep 17 00:00:00 2001 From: Nincodedo Date: Sat, 18 May 2024 14:34:34 -0500 Subject: [PATCH] Update TwitchDownloader to 1.54.3 This update includes the expanded video ID changes made to the Twitch API lay295/TwitchDownloader#1058 --- docker/fetch-tdl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/fetch-tdl.sh b/docker/fetch-tdl.sh index ef285159..f841d556 100644 --- a/docker/fetch-tdl.sh +++ b/docker/fetch-tdl.sh @@ -10,7 +10,7 @@ set -euxo pipefail # set version -TD_VERSION="1.53.5"; +TD_VERSION="1.54.3"; # set arch, compatible with Linux-x64, LinuxArm, and LinuxArm64 if [ "$(uname -m)" = "x86_64" ]; then