mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
@@ -151,6 +151,7 @@ By default, script build the version as recommended by Revanced team.
|
|||||||
24. [inshorts](https://www.apkmirror.com/apk/inshorts-formerly-news-in-shorts/)
|
24. [inshorts](https://www.apkmirror.com/apk/inshorts-formerly-news-in-shorts/)
|
||||||
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/)
|
||||||
|
|
||||||
<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.
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ class RevancedConfig(object):
|
|||||||
"inshorts": f"{self.apk_mirror}/apk/inshorts-formerly-news-in-shorts/",
|
"inshorts": f"{self.apk_mirror}/apk/inshorts-formerly-news-in-shorts/",
|
||||||
"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/",
|
||||||
}
|
}
|
||||||
self.apk_mirror_version_urls = {
|
self.apk_mirror_version_urls = {
|
||||||
key: value + value.split("/")[-2]
|
key: value + value.split("/")[-2]
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ class Patches(object):
|
|||||||
"com.nis.app": "inshorts",
|
"com.nis.app": "inshorts",
|
||||||
"com.facebook.orca": "facebook",
|
"com.facebook.orca": "facebook",
|
||||||
"com.google.android.apps.recorder": "grecorder",
|
"com.google.android.apps.recorder": "grecorder",
|
||||||
|
"tv.trakt.trakt": "trakt",
|
||||||
}
|
}
|
||||||
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