Updated apk sources

This commit is contained in:
Nikhil Badyal
2024-04-09 17:09:33 +05:30
parent 216e9ec75f
commit f51e68103f
2 changed files with 12 additions and 9 deletions
+8 -7
View File
@@ -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,
}