From 4ff6a042fd3459c0f20cb6ba0aad7f9d0c7598bb Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 13 Jul 2023 22:48:01 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20Slide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/config.py | 1 + src/patches.py | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index f86fd61..f3e213b 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ By default, script build the version as recommended by Revanced team. 34. [rif](https://www.apkmirror.com/apk/talklittle/reddit-is-fun/) 35. [sync](https://www.apkmirror.com/apk/red-apps-ltd/sync-for-reddit/) 36. [infinity](https://www.apkmirror.com/apk/red-apps-ltd/sync-for-reddit/) + 37. [slide](https://www.apkmirror.com/apk/haptic-apps/slide-for-reddit/)
Please verify the source of original APKs yourself with links provided. I'm not responsible for any damaged caused. If you know any better/safe source to download clean. Please raise a PR. diff --git a/src/config.py b/src/config.py index 4abf829..f12eb92 100644 --- a/src/config.py +++ b/src/config.py @@ -83,6 +83,7 @@ class RevancedConfig(object): "rif ": f"{self.apk_mirror}/apk/talklittle/reddit-is-fun/", "sync ": f"{self.apk_mirror}/apk/red-apps-ltd/sync-for-reddit/", "infinity ": f"{self.apk_mirror}/apk/docile-alligator/infinity-for-reddit/", + "slide ": f"{self.apk_mirror}/apk/haptic-apps/slide-for-reddit/", } self.apk_mirror_version_urls = { key: value + value.split("/")[-2] diff --git a/src/patches.py b/src/patches.py index 9455c1e..515713e 100644 --- a/src/patches.py +++ b/src/patches.py @@ -48,6 +48,7 @@ class Patches(object): "com.andrewshu.android.reddit": "rif", "com.laurencedawson.reddit_sync": "sync", "ml.docilealligator.infinityforreddit": "infinity", + "me.ccrama.redditslide": "slide", } revanced_app_ids = { key: (value, "_" + value) for key, value in _revanced_app_ids.items()