mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Better App checker which updates existing issue
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user