mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Scraper improvements (#488)
This commit is contained in:
@@ -5,10 +5,9 @@ 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_SUFFIX = "en.uptodown.com/android"
|
||||
UPTODOWN_BASE_URL = "https://{}.en.uptodown.com/android"
|
||||
UPTODOWN_BASE_URL = "https://{}." + UPTODOWN_SUFFIX
|
||||
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_URL = APK_PURE_BASE_URL + "/-/{}"
|
||||
APK_PURE_ICON_URL = APK_PURE_BASE_URL + "/search?q={}"
|
||||
APKS_SOS_BASE_URL = "https://apksos.com/download-app"
|
||||
APK_SOS_URL = APKS_SOS_BASE_URL + "/{}"
|
||||
|
||||
Reference in New Issue
Block a user