Merge pull request #212 from nikhilbadyal/new-app/syncreddit

 Added Sync for Reddit
This commit is contained in:
Nikhil Badyal
2023-07-13 22:42:11 +05:30
committed by GitHub
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -159,6 +159,7 @@ By default, script build the version as recommended by Revanced team.
32. [relay](https://www.apkmirror.com/apk/dbrady/relay-for-reddit-2/)
33. [boost](https://www.apkmirror.com/apk/ruben-mayayo/boost-for-reddit/)
34. [rif](https://www.apkmirror.com/apk/talklittle/reddit-is-fun/)
35. [sync](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.
If you know any better/safe source to download clean. Please raise a PR.
+1
View File
@@ -81,6 +81,7 @@ class RevancedConfig(object):
"relay": f"{self.apk_mirror}/apk/dbrady/relay-for-reddit-2/",
"boost": f"{self.apk_mirror}/apk/ruben-mayayo/boost-for-reddit/",
"rif ": f"{self.apk_mirror}/apk/talklittle/reddit-is-fun/",
"sync ": f"{self.apk_mirror}/apk/red-apps-ltd/sync-for-reddit/",
}
self.apk_mirror_version_urls = {
key: value + value.split("/")[-2]
+1
View File
@@ -46,6 +46,7 @@ class Patches(object):
"free.reddit.news": "relay",
"com.rubenmayayo.reddit": "boost",
"com.andrewshu.android.reddit": "rif",
"com.laurencedawson.reddit_sync": "sync",
}
revanced_app_ids = {
key: (value, "_" + value) for key, value in _revanced_app_ids.items()