mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Removed outdated apkpure domain
This commit is contained in:
committed by
Nikhil Badyal
parent
710a2af7b9
commit
e9bfe8a535
@@ -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_PACKAGE_URL = f"{APK_MIRROR_BASE_URL}/?s=" + "{}"
|
||||||
APK_MIRROR_APK_CHECK = f"{APK_MIRROR_BASE_URL}/wp-json/apkm/v1/app_exists/"
|
APK_MIRROR_APK_CHECK = f"{APK_MIRROR_BASE_URL}/wp-json/apkm/v1/app_exists/"
|
||||||
UPTODOWN_BASE_URL = "https://{}.en.uptodown.com/android"
|
UPTODOWN_BASE_URL = "https://{}.en.uptodown.com/android"
|
||||||
APK_PURE_BASE_URL = "https://apkpure.com"
|
APK_PURE_BASE_URL = "https://apkpure.net"
|
||||||
APK_PURE_BASE_APK_URL = "https://d.apkpure.com/b/APK"
|
APK_PURE_BASE_APK_URL = "https://d.apkpure.net/b/APK"
|
||||||
APK_PURE_URL = APK_PURE_BASE_APK_URL + "/{}?version=latest"
|
APK_PURE_URL = APK_PURE_BASE_APK_URL + "/{}?version=latest"
|
||||||
APK_PURE_ICON_URL = APK_PURE_BASE_URL + "/search?q={}"
|
APK_PURE_ICON_URL = APK_PURE_BASE_URL + "/search?q={}"
|
||||||
APKS_SOS_BASE_URL = "https://apksos.com/download-app"
|
APKS_SOS_BASE_URL = "https://apksos.com/download-app"
|
||||||
|
|||||||
Reference in New Issue
Block a user