Added Infinity

This commit is contained in:
Nikhil Badyal
2023-07-13 22:44:00 +05:30
parent e19f40891f
commit 12bf8cba88
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -160,6 +160,7 @@ By default, script build the version as recommended by Revanced team.
33. [boost](https://www.apkmirror.com/apk/ruben-mayayo/boost-for-reddit/) 33. [boost](https://www.apkmirror.com/apk/ruben-mayayo/boost-for-reddit/)
34. [rif](https://www.apkmirror.com/apk/talklittle/reddit-is-fun/) 34. [rif](https://www.apkmirror.com/apk/talklittle/reddit-is-fun/)
35. [sync](https://www.apkmirror.com/apk/red-apps-ltd/sync-for-reddit/) 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/)
<br>Please verify the source of original APKs yourself with links provided. I'm not responsible for any damaged caused. <br>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. If you know any better/safe source to download clean. Please raise a PR.
+1
View File
@@ -82,6 +82,7 @@ class RevancedConfig(object):
"boost": f"{self.apk_mirror}/apk/ruben-mayayo/boost-for-reddit/", "boost": f"{self.apk_mirror}/apk/ruben-mayayo/boost-for-reddit/",
"rif ": f"{self.apk_mirror}/apk/talklittle/reddit-is-fun/", "rif ": f"{self.apk_mirror}/apk/talklittle/reddit-is-fun/",
"sync ": f"{self.apk_mirror}/apk/red-apps-ltd/sync-for-reddit/", "sync ": f"{self.apk_mirror}/apk/red-apps-ltd/sync-for-reddit/",
"infinity ": f"{self.apk_mirror}/apk/docile-alligator/infinity-for-reddit/",
} }
self.apk_mirror_version_urls = { self.apk_mirror_version_urls = {
key: value + value.split("/")[-2] key: value + value.split("/")[-2]
+1
View File
@@ -47,6 +47,7 @@ class Patches(object):
"com.rubenmayayo.reddit": "boost", "com.rubenmayayo.reddit": "boost",
"com.andrewshu.android.reddit": "rif", "com.andrewshu.android.reddit": "rif",
"com.laurencedawson.reddit_sync": "sync", "com.laurencedawson.reddit_sync": "sync",
"ml.docilealligator.infinityforreddit": "infinity",
} }
revanced_app_ids = { revanced_app_ids = {
key: (value, "_" + value) for key, value in _revanced_app_ids.items() key: (value, "_" + value) for key, value in _revanced_app_ids.items()