From d05014fb7ee3eb7a4feda93be337691b15354e5b Mon Sep 17 00:00:00 2001 From: j-hc Date: Thu, 9 May 2024 14:09:24 +0300 Subject: [PATCH] enable revanced extended --- README.md | 3 --- config.toml | 40 +++++++++++++++++++--------------------- 2 files changed, 19 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 98a3a1b..a50e274 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -#### ⚠️ Do not download modules from 3rd party sources like random websites you found on Google. There are many that uses my modules and impersonates ReVanced. - # ReVanced Magisk Module [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/rvc_magisk) [![CI](https://github.com/j-hc/revanced-magisk-module/actions/workflows/ci.yml/badge.svg?event=schedule)](https://github.com/j-hc/revanced-magisk-module/actions/workflows/ci.yml) @@ -29,7 +27,6 @@ Note that the CI workflow is schedu ## To include/exclude patches or patch other apps -[**See the list of patches**](https://j-hc.github.io/rvmm-config-gen/) * Star the repo :eyes: * Use the repo as a [template](https://github.com/new?template_name=revanced-magisk-module&template_owner=j-hc) diff --git a/config.toml b/config.toml index ad92efd..cb0c70f 100755 --- a/config.toml +++ b/config.toml @@ -17,6 +17,25 @@ build-mode = "both" archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music" arch = "both" +[Music-Extended] +app-name = "Music" +patches-source = "inotia00/revanced-patches" +integrations-source = "inotia00/revanced-integrations" +cli-source = "inotia00/revanced-cli" +rv-brand = "ReVanced Extended" +build-mode = "both" +archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music" +arch = "both" + +[YouTube-Extended] +app-name = "YouTube" +patches-source = "inotia00/revanced-patches" +integrations-source = "inotia00/revanced-integrations" +cli-source = "inotia00/revanced-cli" +rv-brand = "ReVanced Extended" +build-mode = "both" +archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube" + [Twitter] build-mode = "apk" archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.twitter.android" @@ -43,24 +62,3 @@ uptodown-dlurl = "https://spotify.en.uptodown.com/android" [IconPackStudio] enabled = false apkmirror-dlurl = "https://www.apkmirror.com/apk/smart-launcher-team/icon-pack-studio/" - -[Music-Extended] -enabled = false -app-name = "Music" -patches-source = "inotia00/revanced-patches" -integrations-source = "inotia00/revanced-integrations" -cli-source = "inotia00/revanced-cli" -rv-brand = "ReVanced Extended" -build-mode = "both" -archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music" -arch = "both" - -[YouTube-Extended] -enabled = false -app-name = "YouTube" -patches-source = "inotia00/revanced-patches" -integrations-source = "inotia00/revanced-integrations" -cli-source = "inotia00/revanced-cli" -rv-brand = "ReVanced Extended" -build-mode = "both" -archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"