diff --git a/m3u8下載/dl.sh b/m3u8下載/dl.sh index f126a4b..0003ed2 100644 --- a/m3u8下載/dl.sh +++ b/m3u8下載/dl.sh @@ -44,9 +44,9 @@ origin=$(echo $BASE | sed -e "s/[^']*'\([^\?^']*\).*'.*/\1/" ) file=${origin##*/} file=$(echo $file | sed 's/[\*\.\&\?]/\\&/g') -echo BASE: $BASE -echo origin: $origin -echo file: $file +# echo BASE: $BASE +# echo origin: $origin +# echo file: $file while read p; do if [[ $p != "#"* ]]; then