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()