From 3ce949af9992319d9ded631747c6b25487ed53fc Mon Sep 17 00:00:00 2001 From: wcbing Date: Fri, 26 Sep 2025 10:22:47 +0800 Subject: [PATCH] update qqmusic --- get/qqmusic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get/qqmusic.sh b/get/qqmusic.sh index 77f46f9..cc2904c 100644 --- a/get/qqmusic.sh +++ b/get/qqmusic.sh @@ -1,6 +1,6 @@ WEB_CONTENT=$(curl -s "https://y.qq.com/download/download.html") VERSION=$(echo $WEB_CONTENT | grep -o "Linux 最新版:[0-9\.]*" | cut -d ':' -f 2) -AMD64_URL=$(echo $WEB_CONTENT | grep -o "https://[0-9a-z/\._]*amd64\.deb" | head -n 1) +AMD64_URL=$(echo $WEB_CONTENT | grep -o "https://[^\"]*amd64\.deb[^\"]*" | head -n 1) ./check_downloader.py qqmusic $VERSION $AMD64_URL amd64