mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added CandyVPN
This commit is contained in:
@@ -152,6 +152,7 @@ By default, script build the version as recommended by Revanced team.
|
||||
25. [facebook](https://www.apkmirror.com/apk/facebook-2/facebook/)
|
||||
26. [grecorder](https://www.apkmirror.com/apk/google-inc/google-recorder/)
|
||||
27. [trakt](https://www.apkmirror.com/apk/trakt/trakt/)
|
||||
28. [candyvpn](https://www.apkmirror.com/apk/liondev-io/candylink-vpn/)
|
||||
|
||||
<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.
|
||||
|
||||
@@ -73,6 +73,7 @@ class RevancedConfig(object):
|
||||
"facebook": f"{self.apk_mirror}/apk/facebook-2/facebook/",
|
||||
"grecorder": f"{self.apk_mirror}/apk/google-inc/google-recorder/",
|
||||
"trakt": f"{self.apk_mirror}/apk/trakt/trakt/",
|
||||
"candyvpn": f"{self.apk_mirror}/apk/liondev-io/candylink-vpn/",
|
||||
}
|
||||
self.apk_mirror_version_urls = {
|
||||
key: value + value.split("/")[-2]
|
||||
|
||||
@@ -38,6 +38,7 @@ class Patches(object):
|
||||
"com.facebook.orca": "facebook",
|
||||
"com.google.android.apps.recorder": "grecorder",
|
||||
"tv.trakt.trakt": "trakt",
|
||||
"com.candylink.openvpn": "candyvpn",
|
||||
}
|
||||
revanced_app_ids = {
|
||||
key: (value, "_" + value) for key, value in _revanced_app_ids.items()
|
||||
|
||||
Reference in New Issue
Block a user