mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
Merge pull request #90 from nikhilbadyal/new-app/backdrops
✨ New app backdrops
This commit is contained in:
@@ -137,6 +137,7 @@ By default, script build the version as recommended by Revanced team.
|
|||||||
15. [crunchyroll](https://www.apkmirror.com/apk/ellation-inc/crunchyroll/)
|
15. [crunchyroll](https://www.apkmirror.com/apk/ellation-inc/crunchyroll/)
|
||||||
16. [windy](https://windy.en.uptodown.com/android)
|
16. [windy](https://windy.en.uptodown.com/android)
|
||||||
17. [my-expenses](https://my-expenses.en.uptodown.com/android)
|
17. [my-expenses](https://my-expenses.en.uptodown.com/android)
|
||||||
|
18. [backdrops](https://backdrops.en.uptodown.com/android)
|
||||||
|
|
||||||
2. Remember to download the **_Microg_**. Otherwise, you will not be able to open YouTube.
|
2. Remember to download the **_Microg_**. Otherwise, you will not be able to open YouTube.
|
||||||
3. By default, it will build only `youtube`. To build other apps supported by revanced team.
|
3. By default, it will build only `youtube`. To build other apps supported by revanced team.
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ class RevancedConfig:
|
|||||||
"twitch",
|
"twitch",
|
||||||
"windy",
|
"windy",
|
||||||
"my-expenses",
|
"my-expenses",
|
||||||
|
"backdrops",
|
||||||
]
|
]
|
||||||
self.apk_pure = ["pflotsh-ecmwf", "hex-editor"]
|
self.apk_pure = ["pflotsh-ecmwf", "hex-editor"]
|
||||||
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
|
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ class Patches(object):
|
|||||||
"com.crunchyroll.crunchyroid": ("citra", "_crunchyroll"),
|
"com.crunchyroll.crunchyroid": ("citra", "_crunchyroll"),
|
||||||
"co.windyapp.android": ("windy", "_windy"),
|
"co.windyapp.android": ("windy", "_windy"),
|
||||||
"org.totschnig.myexpenses": ("my-expenses", "_expenses"),
|
"org.totschnig.myexpenses": ("my-expenses", "_expenses"),
|
||||||
|
"com.backdrops.wallpapers": ("backdrops", "_backdrops"),
|
||||||
}
|
}
|
||||||
revanced_extended_app_ids = {
|
revanced_extended_app_ids = {
|
||||||
"com.google.android.youtube": ("youtube", "_yt"),
|
"com.google.android.youtube": ("youtube", "_yt"),
|
||||||
@@ -138,6 +139,7 @@ class Patches(object):
|
|||||||
"crunchyroll": "_crunchyroll",
|
"crunchyroll": "_crunchyroll",
|
||||||
"windy": "_windy",
|
"windy": "_windy",
|
||||||
"my-expenses": "_expenses",
|
"my-expenses": "_expenses",
|
||||||
|
"backdrops": "_backdrops",
|
||||||
}
|
}
|
||||||
if not (app_name := app_names.get(app)):
|
if not (app_name := app_names.get(app)):
|
||||||
raise AppNotFound(app)
|
raise AppNotFound(app)
|
||||||
|
|||||||
Reference in New Issue
Block a user