update: add m3u8 download script
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
47b1b00468
commit
dbed508510
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue