From a92de3e6dadc1416dd9f1a60c9be4c38cba12d12 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 22 Aug 2023 20:49:20 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Updated=20grecorder=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/downloader/sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/downloader/sources.py b/src/downloader/sources.py index 5e06afe..d4d20aa 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -9,6 +9,7 @@ apk_sources = { "bacon": f"{APK_MIRROR_BASE_APK_URL}/onelouder-apps/baconreader-for-reddit/", "boost": f"{APK_MIRROR_BASE_APK_URL}/ruben-mayayo/boost-for-reddit/", "candyvpn": f"{APK_MIRROR_BASE_APK_URL}/liondev-io/candylink-vpn/", + "grecorder": f"{APK_MIRROR_BASE_APK_URL}/google-inc/google-recorder/", "icon_pack_studio": f"{APK_MIRROR_BASE_APK_URL}/smart-launcher-team/icon-pack-studio/", "infinity": f"{APK_MIRROR_BASE_APK_URL}/docile-alligator/infinity-for-reddit/", "inshorts": f"{APK_MIRROR_BASE_APK_URL}/inshorts-formerly-news-in-shorts/inshorts-news-in-60-words-2/", @@ -38,7 +39,6 @@ apk_sources = { "youtube": f"{APK_MIRROR_BASE_APK_URL}/google-inc/youtube/", "youtube_music": f"{APK_MIRROR_BASE_APK_URL}/google-inc/youtube-music/", "yuka": f"{APK_MIRROR_BASE_APK_URL}/yuka-apps/yuka-food-cosmetic-scan/", - "grecorder": UPTODOWN_BASE_URL.format("opnemer"), "my-expenses": UPTODOWN_BASE_URL.format("my-expenses"), "spotify": UPTODOWN_BASE_URL.format("spotify"), "androidtwelvewidgets": APK_PURE_URL,