mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Added apkpure scrapper (#336)
This commit is contained in:
@@ -4,8 +4,10 @@ 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_BASE_URL = "https://{}.en.uptodown.com/android"
|
||||
APK_PURE_BASE_URL = "https://d.apkpure.com/b/APK"
|
||||
APK_PURE_URL = APK_PURE_BASE_URL + "/{}?version=latest"
|
||||
APK_PURE_BASE_URL = "https://apkpure.com"
|
||||
APK_PURE_BASE_APK_URL = "https://d.apkpure.com/b/APK"
|
||||
APK_PURE_URL = APK_PURE_BASE_APK_URL + "/{}?version=latest"
|
||||
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 + "/{}"
|
||||
GITHUB_BASE_URL = "https://github.com"
|
||||
|
||||
@@ -22,6 +22,10 @@ class APKComboIconScrapError(APKMirrorIconScrapError):
|
||||
"""Exception raised when the icon cannot be scraped from apkcombo."""
|
||||
|
||||
|
||||
class APKPureIconScrapError(APKMirrorIconScrapError):
|
||||
"""Exception raised when the icon cannot be scraped from apkpure."""
|
||||
|
||||
|
||||
class APKMonkIconScrapError(APKMirrorIconScrapError):
|
||||
"""Exception raised when the icon cannot be scraped from apkmonk."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user