From 8b33caa5170ea3071a1796a6ba25428d44f2de1b Mon Sep 17 00:00:00 2001 From: coolnsx Date: Sat, 2 May 2026 23:15:40 +0530 Subject: [PATCH] Lock S-foils in attack position --- ani-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ani-new b/ani-new index ad8b50b..f6d37d3 100755 --- a/ani-new +++ b/ani-new @@ -71,7 +71,7 @@ printf "%s\n" "$url" | while read -r id title; do case $provider_name in mp4upload) - provider_video=$(curl -sLk "$provider_id" -A "$agent" -e "$refer" | sed -nE 's|.* src: "([^"]*)"|\1|p') + provider_video=$(curl -sLk "$provider_id" -A "$agent" -e "$refer" | sed -nE 's|.*src: "([^"]*)"[[:space:]]*|\1|p') refer="$provider_id" ;; Youtube)