From c9cbf60335db8c01d97382065e96f3939bb16d01 Mon Sep 17 00:00:00 2001 From: scossa Date: Sun, 3 Nov 2024 00:12:28 +0100 Subject: [PATCH] fixed --- update_link.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_link.sh b/update_link.sh index 170973a..1b2b84d 100755 --- a/update_link.sh +++ b/update_link.sh @@ -2,8 +2,8 @@ giusto=$(curl -L https://www.giardiniblog.it/streamingcommunity-nuovo-link/ | grep -oP '(?<=).*?(?=

)' | grep -oP 'https://streamingcommunity.*') -formatted="${giusto#*://}" formatted="${giusto#/*}" +formatted="${formatted%/}" cat <<- _EOF > /var/www/html/scommunity/index.html