From 3ff1f5036c47f95c1704066fd0cf6f42711c88e0 Mon Sep 17 00:00:00 2001 From: henrydatei <31316025+henrydatei@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:18:13 +0200 Subject: [PATCH] Update tv_grab_url to fix #258 --- root/usr/bin/tv_grab_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/bin/tv_grab_url b/root/usr/bin/tv_grab_url index cd3286c8..1a8f8d19 100755 --- a/root/usr/bin/tv_grab_url +++ b/root/usr/bin/tv_grab_url @@ -62,6 +62,6 @@ then exit 0 fi -curl -s "$URL" +curl -sL "$URL" exit 0