mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
Merge pull request #193 from nikhilbadyal/new-app/candyvpn
🎨 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/)
|
25. [facebook](https://www.apkmirror.com/apk/facebook-2/facebook/)
|
||||||
26. [grecorder](https://www.apkmirror.com/apk/google-inc/google-recorder/)
|
26. [grecorder](https://www.apkmirror.com/apk/google-inc/google-recorder/)
|
||||||
27. [trakt](https://www.apkmirror.com/apk/trakt/trakt/)
|
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.
|
<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.
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ class RevancedConfig(object):
|
|||||||
"facebook": f"{self.apk_mirror}/apk/facebook-2/facebook/",
|
"facebook": f"{self.apk_mirror}/apk/facebook-2/facebook/",
|
||||||
"grecorder": f"{self.apk_mirror}/apk/google-inc/google-recorder/",
|
"grecorder": f"{self.apk_mirror}/apk/google-inc/google-recorder/",
|
||||||
"trakt": f"{self.apk_mirror}/apk/trakt/trakt/",
|
"trakt": f"{self.apk_mirror}/apk/trakt/trakt/",
|
||||||
|
"candyvpn": f"{self.apk_mirror}/apk/liondev-io/candylink-vpn/",
|
||||||
}
|
}
|
||||||
self.apk_mirror_version_urls = {
|
self.apk_mirror_version_urls = {
|
||||||
key: value + value.split("/")[-2]
|
key: value + value.split("/")[-2]
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ class Patches(object):
|
|||||||
"com.facebook.orca": "facebook",
|
"com.facebook.orca": "facebook",
|
||||||
"com.google.android.apps.recorder": "grecorder",
|
"com.google.android.apps.recorder": "grecorder",
|
||||||
"tv.trakt.trakt": "trakt",
|
"tv.trakt.trakt": "trakt",
|
||||||
|
"com.candylink.openvpn": "candyvpn",
|
||||||
}
|
}
|
||||||
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()
|
||||||
|
|||||||
Reference in New Issue
Block a user