mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-28 18:18:31 +08:00
update qqmusic
This commit is contained in:
parent
8f20346faa
commit
fc5254f4cb
@ -1,6 +1,6 @@
|
||||
WEB_CONTENT=$(curl -s "https://y.qq.com/download/download.html")
|
||||
|
||||
VERSION=$(echo $WEB_CONTENT | grep -o "Linux <span class=\"product_list__version\">最新版:[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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user