From e9bfe8a535bd0743275365a093d48f19c8d8d0df Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 29 Mar 2024 01:32:48 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Removed=20outdated=20apkpure=20d?= =?UTF-8?q?omain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/downloader/sources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/downloader/sources.py b/src/downloader/sources.py index 20ec9da..1f49417 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -5,8 +5,8 @@ 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://apkpure.com" -APK_PURE_BASE_APK_URL = "https://d.apkpure.com/b/APK" +APK_PURE_BASE_URL = "https://apkpure.net" +APK_PURE_BASE_APK_URL = "https://d.apkpure.net/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"