mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
🎨 Added MyfitnessPal
This commit is contained in:
committed by
Nikhil Badyal
parent
62c5846c85
commit
91de154eb7
@@ -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/)
|
||||
|
||||
<br>`**` - 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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user