mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Generate config for extended apps to
This commit is contained in:
+3
-4
@@ -55,12 +55,11 @@ class Patches(object):
|
||||
key: (value, "_" + value) for key, value in _revanced_app_ids.items()
|
||||
}
|
||||
_revanced_extended_app_ids = {
|
||||
"com.google.android.youtube": ("youtube", "_yt"),
|
||||
"com.google.android.apps.youtube.music": ("youtube_music", "_ytm"),
|
||||
"com.google.android.youtube": "youtube",
|
||||
"com.google.android.apps.youtube.music": "youtube_music",
|
||||
}
|
||||
revanced_extended_app_ids = {
|
||||
key: (value[0], "_" + value[0])
|
||||
for key, value in _revanced_extended_app_ids.items()
|
||||
key: (value, "_" + value) for key, value in _revanced_extended_app_ids.items()
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user