diff --git a/README.md b/README.md index 8a88fcf..f769d78 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ You can use any of the following methods to build. - [scbeasy](https://www.apkmonk.com/app/com.scb.phone/) - [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/)
`**` - 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 770dc06..d5d4f37 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -65,6 +65,7 @@ apk_sources = { "yuka": f"{APK_MIRROR_BASE_APK_URL}/yuka-apps/yuka-food-cosmetic-scan/", "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/", "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 ab3a189..7b32e36 100644 --- a/src/patches.py +++ b/src/patches.py @@ -69,6 +69,7 @@ class Patches(object): "com.scb.phone": "scbeasy", "reddit.news": "reddit-news", "at.gv.bmf.bmf2go": "finanz-online", + "com.tumblr": "tumblr", } @staticmethod