From 91de154eb7e878ba403627db581e1a8ee4e472d7 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 22 Mar 2024 23:04:00 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20MyfitnessPal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/downloader/sources.py | 1 + src/patches.py | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 14ae8d1..5895588 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ You can use any of the following methods to build. - [reddit-news](https://m.apkpure.com/relay-for-reddit/reddit.news) - [finanz-online](https://apksos.com/app/at.gv.bmf.bmf2go) - [tumblr](https://www.apkmirror.com/apk/tumblr-inc/tumblr/) + - [fitnesspal](https://www.apkmirror.com/apk/myfitnesspal-inc/calorie-counter-myfitnesspal/)
`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide few more inputs to the tool which are mentioned below. These config will override the sources config from the tool. diff --git a/src/downloader/sources.py b/src/downloader/sources.py index d5d4f37..ee70b29 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -66,6 +66,7 @@ apk_sources = { "strava": f"{APK_MIRROR_BASE_APK_URL}/strava-inc/strava-running-and-cycling-gps/", "vanced": f"{APK_MIRROR_BASE_APK_URL}/team-vanced/youtube-vanced/", "tumblr": f"{APK_MIRROR_BASE_APK_URL}/tumblr-inc/tumblr/", + "fitnesspal": f"{APK_MIRROR_BASE_APK_URL}/myfitnesspal-inc/calorie-counter-myfitnesspal/", "my-expenses": UPTODOWN_BASE_URL.format("my-expenses"), "spotify": UPTODOWN_BASE_URL.format("spotify"), "androidtwelvewidgets": APK_PURE_URL, diff --git a/src/patches.py b/src/patches.py index 6aeccb0..34ea7dd 100644 --- a/src/patches.py +++ b/src/patches.py @@ -70,6 +70,7 @@ class Patches(object): "reddit.news": "reddit-news", "at.gv.bmf.bmf2go": "finanz-online", "com.tumblr": "tumblr", + "com.myfitnesspal.android": "fitnesspal", } @staticmethod