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/) 11. [twitch](https://www.apkmirror.com/apk/twitch-interactive-inc/twitch/)
12. [hex-editor](https://m.apkpure.com/hex-editor/com.myprog.hexedit) 12. [hex-editor](https://m.apkpure.com/hex-editor/com.myprog.hexedit)
13. [citra](https://www.apkmirror.com/apk/citra-emulator/citra-emulator/) 13. [citra](https://www.apkmirror.com/apk/citra-emulator/citra-emulator/)
14. [crunchyroll](https://www.apkmirror.com/apk/ellation-inc/crunchyroll/) 14. [windy](https://www.apkmirror.com/apk/windy-weather-world-inc/windy-wind-weather-forecast/)
15. [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. [my-expenses](https://my-expenses.en.uptodown.com/android) 16. [backdrops](https://backdrops.en.uptodown.com/android)
17. [backdrops](https://backdrops.en.uptodown.com/android) 17. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager)
18. [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.
-2
View File
@@ -58,7 +58,6 @@ class RevancedConfig:
"youtube_music": f"{self.apk_mirror}/apk/google-inc/youtube-music/", "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/", "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/", "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/", "icon_pack_studio": f"{self.apk_mirror}/apk/smart-launcher-team/icon-pack-studio/",
"twitch": f"{self.apk_mirror}/apk/twitch-interactive-inc/twitch/", "twitch": f"{self.apk_mirror}/apk/twitch-interactive-inc/twitch/",
"windy": f"{self.apk_mirror}/apk/windy-weather-world-inc/windy-wind-weather-forecast/", "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", "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", "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", "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", "icon_pack_studio": f"{self.apk_mirror_urls.get('icon_pack_studio')}icon-pack-studio",
"twitch": f"{self.apk_mirror_urls.get('twitch')}twitch", "twitch": f"{self.apk_mirror_urls.get('twitch')}twitch",
"windy": f"{self.apk_mirror_urls.get('windy')}windy-wind-weather-forecast", "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"), "tv.twitch.android.app": ("twitch", "_twitch"),
"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"),
"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"), "com.backdrops.wallpapers": ("backdrops", "_backdrops"),
@@ -135,7 +134,6 @@ class Patches(object):
"twitch": "_twitch", "twitch": "_twitch",
"hex-editor": "_hexeditor", "hex-editor": "_hexeditor",
"citra": "_citra", "citra": "_citra",
"crunchyroll": "_crunchyroll",
"windy": "_windy", "windy": "_windy",
"my-expenses": "_expenses", "my-expenses": "_expenses",
"backdrops": "_backdrops", "backdrops": "_backdrops",