Better App checker which updates existing issue

This commit is contained in:
Nikhil Badyal
2025-06-29 08:48:36 +05:30
parent 3fdb5b247a
commit 89dcfb429b
3 changed files with 78 additions and 19 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ PLAY_STORE_BASE_URL = "https://play.google.com"
PLAY_STORE_APK_URL = f"{PLAY_STORE_BASE_URL}/store/apps/details?id=" + "{}"
APK_COMBO_BASE_URL = "https://apkcombo.com"
APK_COMBO_GENERIC_URL = APK_COMBO_BASE_URL + "/genericApp/{}"
not_found_icon = "https://img.icons8.com/bubbles/500/android-os.png"
not_found_icon = "https://www.svgrepo.com/download/441689/page-not-found.svg"
revanced_api = "https://api.revanced.app/v4/patches/list"
APK_MONK_BASE_URL = "https://www.apkmonk.com"
APKEEP = "apkeep"