diff --git a/README.md b/README.md index 8ba8b16..f3f8706 100644 --- a/README.md +++ b/README.md @@ -133,11 +133,10 @@ By default, script build the version as recommended by Revanced team. 11. [twitch](https://www.apkmirror.com/apk/twitch-interactive-inc/twitch/) 12. [hex-editor](https://m.apkpure.com/hex-editor/com.myprog.hexedit) 13. [citra](https://www.apkmirror.com/apk/citra-emulator/citra-emulator/) - 14. [crunchyroll](https://www.apkmirror.com/apk/ellation-inc/crunchyroll/) - 15. [windy](https://www.apkmirror.com/apk/windy-weather-world-inc/windy-wind-weather-forecast/) - 16. [my-expenses](https://my-expenses.en.uptodown.com/android) - 17. [backdrops](https://backdrops.en.uptodown.com/android) - 18. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager) + 14. [windy](https://www.apkmirror.com/apk/windy-weather-world-inc/windy-wind-weather-forecast/) + 15. [my-expenses](https://my-expenses.en.uptodown.com/android) + 16. [backdrops](https://backdrops.en.uptodown.com/android) + 17. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager)
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. diff --git a/src/config.py b/src/config.py index 8779fd9..7a89421 100644 --- a/src/config.py +++ b/src/config.py @@ -58,7 +58,6 @@ class RevancedConfig: "youtube_music": f"{self.apk_mirror}/apk/google-inc/youtube-music/", "ticktick": f"{self.apk_mirror}/apk/appest-inc/ticktick-to-do-list-with-reminder-day-planner/", "citra": f"{self.apk_mirror}/apk/citra-emulator/citra-emulator/", - "crunchyroll": f"{self.apk_mirror}/apk/ellation-inc/crunchyroll/", "icon_pack_studio": f"{self.apk_mirror}/apk/smart-launcher-team/icon-pack-studio/", "twitch": f"{self.apk_mirror}/apk/twitch-interactive-inc/twitch/", "windy": f"{self.apk_mirror}/apk/windy-weather-world-inc/windy-wind-weather-forecast/", @@ -72,7 +71,6 @@ class RevancedConfig: "youtube_music": f"{self.apk_mirror_urls.get('youtube_music')}youtube-music", "ticktick": f"{self.apk_mirror_urls.get('ticktick')}ticktick-to-do-list-with-reminder-day-planner", "citra": f"{self.apk_mirror_urls.get('citra')}citra-emulator", - "crunchyroll": f"{self.apk_mirror_urls.get('crunchyroll')}crunchyroll", "icon_pack_studio": f"{self.apk_mirror_urls.get('icon_pack_studio')}icon-pack-studio", "twitch": f"{self.apk_mirror_urls.get('twitch')}twitch", "windy": f"{self.apk_mirror_urls.get('windy')}windy-wind-weather-forecast", diff --git a/src/patches.py b/src/patches.py index b86a970..48b5edb 100644 --- a/src/patches.py +++ b/src/patches.py @@ -24,7 +24,6 @@ class Patches(object): "tv.twitch.android.app": ("twitch", "_twitch"), "com.myprog.hexedit": ("hex-editor", "_hexeditor"), "org.citra.citra_emu": ("citra", "_citra"), - "com.crunchyroll.crunchyroid": ("citra", "_crunchyroll"), "co.windyapp.android": ("windy", "_windy"), "org.totschnig.myexpenses": ("my-expenses", "_expenses"), "com.backdrops.wallpapers": ("backdrops", "_backdrops"), @@ -135,7 +134,6 @@ class Patches(object): "twitch": "_twitch", "hex-editor": "_hexeditor", "citra": "_citra", - "crunchyroll": "_crunchyroll", "windy": "_windy", "my-expenses": "_expenses", "backdrops": "_backdrops",