🐛 Removed outdated apkpure domain

This commit is contained in:
Nikhil Badyal
2024-03-29 01:32:48 +05:30
committed by Nikhil Badyal
parent 710a2af7b9
commit e9bfe8a535
+2 -2
View File
@@ -5,8 +5,8 @@ APK_MIRROR_BASE_APK_URL = f"{APK_MIRROR_BASE_URL}/apk"
APK_MIRROR_PACKAGE_URL = f"{APK_MIRROR_BASE_URL}/?s=" + "{}"
APK_MIRROR_APK_CHECK = f"{APK_MIRROR_BASE_URL}/wp-json/apkm/v1/app_exists/"
UPTODOWN_BASE_URL = "https://{}.en.uptodown.com/android"
APK_PURE_BASE_URL = "https://apkpure.com"
APK_PURE_BASE_APK_URL = "https://d.apkpure.com/b/APK"
APK_PURE_BASE_URL = "https://apkpure.net"
APK_PURE_BASE_APK_URL = "https://d.apkpure.net/b/APK"
APK_PURE_URL = APK_PURE_BASE_APK_URL + "/{}?version=latest"
APK_PURE_ICON_URL = APK_PURE_BASE_URL + "/search?q={}"
APKS_SOS_BASE_URL = "https://apksos.com/download-app"