Lock S-foils in attack position

This commit is contained in:
2026-05-02 23:15:40 +05:30
parent a31f9db5c3
commit 8b33caa517
+1 -1
View File
@@ -71,7 +71,7 @@ printf "%s\n" "$url" | while read -r id title; do
case $provider_name in case $provider_name in
mp4upload) 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" refer="$provider_id"
;; ;;
Youtube) Youtube)