mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
Fix
This commit is contained in:
@@ -10,9 +10,8 @@ checker "YT-Advanced/ReX-patches" "ReX"
|
||||
#################################################
|
||||
|
||||
# Download requirements
|
||||
dl_gh "ReX-patches" "YT-Advanced" "latest"
|
||||
dl_gh "ReX-integrations" "YT-Advanced" "tags/v0.117.2"
|
||||
dl_gh "revanced-cli" "inotia00" "latest"
|
||||
dl_gh "ReX-patches ReX-integrations" "YT-Advanced" "latest"
|
||||
dl_gh "revanced-cli" "revanced" "latest"
|
||||
dl_htmlq
|
||||
|
||||
#################################################
|
||||
@@ -21,7 +20,7 @@ dl_htmlq
|
||||
get_patches_key "youtube-ReX"
|
||||
get_ver "Hide general ads" "com.google.android.youtube"
|
||||
get_apk "youtube" "youtube" "google-inc/youtube/youtube"
|
||||
_patch "youtube" "youtube-ReX"
|
||||
patch "youtube" "youtube-ReX"
|
||||
|
||||
|
||||
#################################################
|
||||
@@ -30,19 +29,19 @@ _patch "youtube" "youtube-ReX"
|
||||
# Arm64-v8a
|
||||
get_patches_key "youtube-music-ReX"
|
||||
get_apk "youtube-music-arm64-v8a" "youtube-music" "google-inc/youtube-music/youtube-music" "arm64-v8a"
|
||||
_patch "youtube-music-arm64-v8a" "youtube-music-arm64-v8a-ReX"
|
||||
patch "youtube-music-arm64-v8a" "youtube-music-arm64-v8a-ReX"
|
||||
# Armeabi-v7a
|
||||
get_patches_key "youtube-music-ReX"
|
||||
version="6.08.51"
|
||||
#version="6.08.51"
|
||||
get_apk "youtube-music-armeabi-v7a" "youtube-music" "google-inc/youtube-music/youtube-music" "armeabi-v7a"
|
||||
_patch "youtube-music-armeabi-v7a" "youtube-music-armeabi-v7a-ReX"
|
||||
patch "youtube-music-armeabi-v7a" "youtube-music-armeabi-v7a-ReX"
|
||||
|
||||
#################################################
|
||||
|
||||
# Split architecture:
|
||||
rm -f revanced-cli* revanced-patches*.jar patches.json
|
||||
dl_gh "revanced-cli" "j-hc" "latest"
|
||||
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
|
||||
dl_gh "revanced-patches" "revanced" "latest"
|
||||
# Split architecture Youtube:
|
||||
for i in {0..3}; do
|
||||
split_arch "youtube-ReX" "youtube-${archs[i]}-ReX" "$(gen_rip_libs ${libs[i]})"
|
||||
|
||||
Reference in New Issue
Block a user