mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
Merge pull request #97 from nikhilbadyal/rm-patch
♻️ Removed pflotsh-ecmwf and anytracker
This commit is contained in:
@@ -131,16 +131,14 @@ By default, script build the version as recommended by Revanced team.
|
|||||||
9. [icon-pack-studio](https://icon-pack-studio.en.uptodown.com/android)
|
9. [icon-pack-studio](https://icon-pack-studio.en.uptodown.com/android)
|
||||||
10. [ticktick](https://www.apkmirror.com/apk/appest-inc/ticktick-to-do-list-with-reminder-day-planner/)
|
10. [ticktick](https://www.apkmirror.com/apk/appest-inc/ticktick-to-do-list-with-reminder-day-planner/)
|
||||||
11. [twitch](https://twitch.en.uptodown.com/android)
|
11. [twitch](https://twitch.en.uptodown.com/android)
|
||||||
12. [pflotsh-ecmwf](https://m.apkpure.com/pflotsh-ecmwf/com.garzotto.pflotsh.ecmwf_a)
|
12. [hex-editor](https://m.apkpure.com/hex-editor/com.myprog.hexedit)
|
||||||
13. [hex-editor](https://m.apkpure.com/hex-editor/com.myprog.hexedit)
|
13. [citra](https://www.apkmirror.com/apk/citra-emulator/citra-emulator/)
|
||||||
14. [citra](https://www.apkmirror.com/apk/citra-emulator/citra-emulator/)
|
14. [crunchyroll](https://www.apkmirror.com/apk/ellation-inc/crunchyroll/)
|
||||||
15. [crunchyroll](https://www.apkmirror.com/apk/ellation-inc/crunchyroll/)
|
15. [windy](https://windy.en.uptodown.com/android)
|
||||||
16. [windy](https://windy.en.uptodown.com/android)
|
16. [my-expenses](https://my-expenses.en.uptodown.com/android)
|
||||||
17. [my-expenses](https://my-expenses.en.uptodown.com/android)
|
17. [backdrops](https://backdrops.en.uptodown.com/android)
|
||||||
18. [backdrops](https://backdrops.en.uptodown.com/android)
|
18. [sleep-as-android](https://sleep-as-android.en.uptodown.com/android)
|
||||||
19. [sleep-as-android](https://sleep-as-android.en.uptodown.com/android)
|
19. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager)
|
||||||
20. [anytracker](https://m.apkpure.com/anytracker-track-anything/com.shervinkoushan.anyTracker)
|
|
||||||
21. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager)
|
|
||||||
|
|
||||||
<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.
|
||||||
|
|||||||
+1
-1
@@ -29,7 +29,7 @@ class RevancedConfig:
|
|||||||
"backdrops",
|
"backdrops",
|
||||||
"sleep-as-android",
|
"sleep-as-android",
|
||||||
]
|
]
|
||||||
self.apk_pure = ["pflotsh-ecmwf", "hex-editor", "anytracker"]
|
self.apk_pure = ["hex-editor"]
|
||||||
self.apk_sos = ["expensemanager"]
|
self.apk_sos = ["expensemanager"]
|
||||||
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
|
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
|
||||||
self.apps = env.list("PATCH_APPS", default_build)
|
self.apps = env.list("PATCH_APPS", default_build)
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ class Patches(object):
|
|||||||
"ginlemon.iconpackstudio": ("icon-pack-studio", "_iconpackstudio"),
|
"ginlemon.iconpackstudio": ("icon-pack-studio", "_iconpackstudio"),
|
||||||
"com.ticktick.task": ("ticktick", "_ticktick"),
|
"com.ticktick.task": ("ticktick", "_ticktick"),
|
||||||
"tv.twitch.android.app": ("twitch", "_twitch"),
|
"tv.twitch.android.app": ("twitch", "_twitch"),
|
||||||
"com.garzotto.pflotsh.ecmwf_a": ("pflotsh-ecmwf", "_pflotsh"),
|
|
||||||
"com.myprog.hexedit": ("hex-editor", "_hexeditor"),
|
"com.myprog.hexedit": ("hex-editor", "_hexeditor"),
|
||||||
"org.citra.citra_emu": ("citra", "_citra"),
|
"org.citra.citra_emu": ("citra", "_citra"),
|
||||||
"com.crunchyroll.crunchyroid": ("citra", "_crunchyroll"),
|
"com.crunchyroll.crunchyroid": ("citra", "_crunchyroll"),
|
||||||
@@ -30,7 +29,6 @@ class Patches(object):
|
|||||||
"org.totschnig.myexpenses": ("my-expenses", "_expenses"),
|
"org.totschnig.myexpenses": ("my-expenses", "_expenses"),
|
||||||
"com.backdrops.wallpapers": ("backdrops", "_backdrops"),
|
"com.backdrops.wallpapers": ("backdrops", "_backdrops"),
|
||||||
"com.urbandroid.sleep": ("sleep", "_sleep"),
|
"com.urbandroid.sleep": ("sleep", "_sleep"),
|
||||||
"com.shervinkoushan.anyTracker": ("anytracker", "_anytracker"),
|
|
||||||
"com.ithebk.expensemanager": ("expensemanager", "_expensemanager"),
|
"com.ithebk.expensemanager": ("expensemanager", "_expensemanager"),
|
||||||
}
|
}
|
||||||
revanced_extended_app_ids = {
|
revanced_extended_app_ids = {
|
||||||
@@ -136,7 +134,6 @@ class Patches(object):
|
|||||||
"icon-pack-studio": "_iconpackstudio",
|
"icon-pack-studio": "_iconpackstudio",
|
||||||
"ticktick": "_ticktick",
|
"ticktick": "_ticktick",
|
||||||
"twitch": "_twitch",
|
"twitch": "_twitch",
|
||||||
"pflotsh-ecmwf": "_pflotsh",
|
|
||||||
"hex-editor": "_hexeditor",
|
"hex-editor": "_hexeditor",
|
||||||
"citra": "_citra",
|
"citra": "_citra",
|
||||||
"crunchyroll": "_crunchyroll",
|
"crunchyroll": "_crunchyroll",
|
||||||
@@ -144,7 +141,6 @@ class Patches(object):
|
|||||||
"my-expenses": "_expenses",
|
"my-expenses": "_expenses",
|
||||||
"backdrops": "_backdrops",
|
"backdrops": "_backdrops",
|
||||||
"sleep": "_sleep",
|
"sleep": "_sleep",
|
||||||
"anytracker": "_anytracker",
|
|
||||||
"expensemanager": "_expensemanager",
|
"expensemanager": "_expensemanager",
|
||||||
}
|
}
|
||||||
if not (app_name := app_names.get(app)):
|
if not (app_name := app_names.get(app)):
|
||||||
|
|||||||
Reference in New Issue
Block a user