Merge pull request #108 from nikhilbadyal/remove-app/crunchyroll

♻️ Removed crunchyroll
This commit is contained in:
Nikhil Badyal
2022-12-21 15:49:50 +05:30
committed by GitHub
3 changed files with 4 additions and 9 deletions
+4 -5
View File
@@ -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)
<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.
-2
View File
@@ -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",
-2
View File
@@ -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",