diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 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 diff --git a/m3u8下載/test.ts b/m3u8下載/test.ts deleted file mode 100644 index 4e0a6d0..0000000 --- a/m3u8下載/test.ts +++ /dev/null @@ -1 +0,0 @@ -InvalidKeyUnknown Key \ No newline at end of file