mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Updated apk sources
This commit is contained in:
@@ -4,6 +4,7 @@ APK_MIRROR_BASE_URL = "https://www.apkmirror.com"
|
||||
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"
|
||||
APK_PURE_BASE_URL = "https://apkpure.net"
|
||||
APK_PURE_BASE_APK_URL = "https://d.apkpure.net/b/APK"
|
||||
@@ -70,14 +71,14 @@ apk_sources = {
|
||||
"facebook": f"{APK_MIRROR_BASE_APK_URL}/facebook-2/facebook/",
|
||||
"my-expenses": UPTODOWN_BASE_URL.format("my-expenses"),
|
||||
"spotify": UPTODOWN_BASE_URL.format("spotify"),
|
||||
"joey": UPTODOWN_BASE_URL.format("joey-for-reddit"),
|
||||
"scbeasy": UPTODOWN_BASE_URL.format("scb-easy"),
|
||||
"expensemanager": UPTODOWN_BASE_URL.format("bishinews-expense-manager"),
|
||||
"androidtwelvewidgets": APK_PURE_URL,
|
||||
"reddit-news": APK_PURE_URL,
|
||||
"expensemanager": APK_SOS_URL,
|
||||
"finanz-online": APK_SOS_URL,
|
||||
"hex-editor": APK_PURE_URL,
|
||||
"photomath": APK_MONK_APK_URL,
|
||||
"joey": APK_MONK_APK_URL,
|
||||
"spotify-lite": APK_MONK_APK_URL,
|
||||
"digitales": APK_MONK_APK_URL,
|
||||
"scbeasy": APK_MONK_APK_URL,
|
||||
"photomath": APK_PURE_URL,
|
||||
"spotify-lite": APK_PURE_URL,
|
||||
"digitales": APK_PURE_URL,
|
||||
"finanz-online": APK_SOS_URL,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user