diff --git a/README.md b/README.md index 8a2bae6..bf3a8f6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ | [ToDesk](https://www.todesk.com/linux.html) | todesk | ✅ | | | [微信](https://linux.weixin.qq.com/) | wechat | ✅ | ✅ | | [kali-undercover](https://www.kali.org/docs/introduction/kali-undercover/) | kali-undercover | ✅ | ✅ | +| [欧路词典](https://www.eudic.net/v4/en/app/download) | eudic | ✅ | | ### Github Releses diff --git a/get/eudic.sh b/get/eudic.sh new file mode 100644 index 0000000..f623c92 --- /dev/null +++ b/get/eudic.sh @@ -0,0 +1,7 @@ +WEB_CONTENT=$(curl -s https://www.eudic.net/v4/en/app/download) + +AMD64_URL=$(echo $WEB_CONTENT | grep -o 'https://[^"]*\.deb[^"]*') +# https://www.eudic.net/download/eudic.deb?v=2025-08-25 +VERSION=$(echo $AMD64_URL | cut -d '=' -f 2) + +./check_downloader.py eudic "$VERSION" "$AMD64_URL" amd64