update: add m3u8 download script
continuous-integration/drone/push Build is passing Details

Evan Chen 2021-09-24 17:52:18 +08:00
parent 47b1b00468
commit dbed508510
1 changed files with 3 additions and 3 deletions

View File

@ -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