mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
fix
This commit is contained in:
@@ -181,13 +181,14 @@ get_apk() {
|
|||||||
done
|
done
|
||||||
version=$(echo -e "${_versions[*]}" | sed -n "$((attempt + 1))p")
|
version=$(echo -e "${_versions[*]}" | sed -n "$((attempt + 1))p")
|
||||||
fi
|
fi
|
||||||
|
version=$(echo "$version" | tr -d ' ' | sed 's/\./-/g')
|
||||||
green_log "[+] Downloading $3 version: $version $5 $6 $7"
|
green_log "[+] Downloading $3 version: $version $5 $6 $7"
|
||||||
if [[ $5 == "Bundle" ]]; then
|
if [[ $5 == "Bundle" ]]; then
|
||||||
local base_apk="$2.apkm"
|
local base_apk="$2.apkm"
|
||||||
else
|
else
|
||||||
local base_apk="$2.apk"
|
local base_apk="$2.apk"
|
||||||
fi
|
fi
|
||||||
local dl_url=$(dl_apk "https://www.apkmirror.com/apk/$4-${version//./-}-release/" \
|
local dl_url=$(dl_apk "https://www.apkmirror.com/apk/$4-$version-release/" \
|
||||||
"$url_regexp" \
|
"$url_regexp" \
|
||||||
"$base_apk" \
|
"$base_apk" \
|
||||||
"$5")
|
"$5")
|
||||||
|
|||||||
Reference in New Issue
Block a user