mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Rip lib only for youtube
This commit is contained in:
@@ -22,6 +22,7 @@ class RevancedConfig:
|
||||
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
|
||||
self.apps = env.list("PATCH_APPS", supported_apps)
|
||||
self.extended_apps: List[str] = ["youtube", "youtube_music"]
|
||||
self.rip_libs_apps: List[str] = ["youtube"]
|
||||
self.normal_cli_jar = "revanced-cli.jar"
|
||||
self.normal_patches_jar = "revanced-patches.jar"
|
||||
self.normal_integrations_apk = "revanced-integrations.apk"
|
||||
|
||||
+1
-1
@@ -107,7 +107,7 @@ class Parser(object):
|
||||
if (
|
||||
self.config.build_extended
|
||||
and len(self.config.archs_to_build) > 0
|
||||
and app in self.config.extended_apps
|
||||
and app in self.config.rip_libs_apps
|
||||
):
|
||||
excluded = set(possible_archs) - set(self.config.archs_to_build)
|
||||
for arch in excluded:
|
||||
|
||||
Reference in New Issue
Block a user