From a77f6523cc3f447c8f19522b6a828f46957ff7f2 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 26 Aug 2023 21:58:44 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20reddit-news=20(#334)?= 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 6ec235f..5fec95f 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ You can use any of the following methods to build. 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/) + 51. [reddit-news](https://m.apkpure.com/relay-for-reddit/reddit.news)
`**` - 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 b103f53..d902332 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -62,6 +62,7 @@ apk_sources = { "my-expenses": UPTODOWN_BASE_URL.format("my-expenses"), "spotify": UPTODOWN_BASE_URL.format("spotify"), "androidtwelvewidgets": APK_PURE_URL, + "reddit-news": APK_PURE_URL, "expensemanager": APK_SOS_URL, "hex-editor": APK_PURE_URL, "photomath": APK_MONK_APK_URL, diff --git a/src/patches.py b/src/patches.py index b4e11ef..295d37e 100644 --- a/src/patches.py +++ b/src/patches.py @@ -67,6 +67,7 @@ class Patches(object): "com.spotify.lite": "spotify-lite", "at.gv.oe.app": "digitales", "at.gv.bmf.bmf2go": "scbeasy", + "reddit.news": "reddit-news", } @staticmethod