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