From 137cbdb5ac1107cc9fc106439faca16782209b0d Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 26 Aug 2023 21:57:40 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20scbeasy=20(#333)?= 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 42c9944..6ec235f 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ You can use any of the following methods to build. 48. [vanced](https://www.apkmirror.com/apk/team-vanced/youtube-vanced/) 49. [spotify-lite](https://www.apkmonk.com/app/com.spotify.lite/) 50. [digitales](https://www.apkmonk.com/app/at.gv.oe.app/) + 51. [scbeasy](https://www.apkmonk.com/app/com.scb.phone/)
`**` - 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 8d7eaee..b103f53 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -68,4 +68,5 @@ apk_sources = { "joey": APK_MONK_APK_URL, "spotify-lite": APK_MONK_APK_URL, "digitales": APK_MONK_APK_URL, + "scbeasy": APK_MONK_APK_URL, } diff --git a/src/patches.py b/src/patches.py index fd5b975..b4e11ef 100644 --- a/src/patches.py +++ b/src/patches.py @@ -66,6 +66,7 @@ class Patches(object): "com.vanced.android.youtube": "vanced", "com.spotify.lite": "spotify-lite", "at.gv.oe.app": "digitales", + "at.gv.bmf.bmf2go": "scbeasy", } @staticmethod