From ddd4d4cd43019e994c83faa2eddcf0d83bec9f87 Mon Sep 17 00:00:00 2001 From: evanchen Date: Sun, 26 Sep 2021 10:57:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'm3u8=E4=B8=8B=E8=BC=89/dl?= =?UTF-8?q?.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- m3u8下載/dl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/m3u8下載/dl.sh b/m3u8下載/dl.sh index 0003ed2..a4ff667 100644 --- a/m3u8下載/dl.sh +++ b/m3u8下載/dl.sh @@ -51,6 +51,7 @@ file=$(echo $file | sed 's/[\*\.\&\?]/\\&/g') while read p; do if [[ $p != "#"* ]]; then pp=$(echo $p | sed 's/[\*\.\&\?]/\\&/g') + echo $p ts="$(echo $BASE | sed "s,$file,$pp,") -o $p -w '%{http_code}'" status_code=$(eval " $ts")