From 148c1c528e43f80a180261e8fa2f0d100b1a8288 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 26 Aug 2023 22:09:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20finanz-online=20(#335)?= 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 969cb96..b66d48b 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ You can use any of the following methods to build. - [digitales](https://www.apkmonk.com/app/at.gv.oe.app/) - [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)
`**` - 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. ```ini diff --git a/src/downloader/sources.py b/src/downloader/sources.py index d902332..bbafa02 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -64,6 +64,7 @@ apk_sources = { "androidtwelvewidgets": APK_PURE_URL, "reddit-news": APK_PURE_URL, "expensemanager": APK_SOS_URL, + "finanz-online": APK_SOS_URL, "hex-editor": APK_PURE_URL, "photomath": APK_MONK_APK_URL, "joey": APK_MONK_APK_URL, diff --git a/src/patches.py b/src/patches.py index 0b5a3ec..c0e9e96 100644 --- a/src/patches.py +++ b/src/patches.py @@ -68,6 +68,7 @@ class Patches(object): "at.gv.oe.app": "digitales", "com.scb.phone": "scbeasy", "reddit.news": "reddit-news", + "at.gv.bmf.bmf2go": "finanz-online", } @staticmethod