mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2026-06-17 07:22:12 +05:30
Lock S-foils in attack position
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user