From 7c2465e87473e947e4de689363b6db85fd54d8e1 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 30 Sep 2022 19:36:27 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Added=20Docs=20for=20revanced=20?= =?UTF-8?q?Extended?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 707fe12..6bd8fd1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Docker-Py-ReVanced -A little python script that will help you in building [Revanced apps.](#note) +A little python script that will help you in building Revanced and Revanced-Extended [apps](#note) +I prefer [Revanced Extended](https://github.com/inotia00/revanced-patches/tree/revanced-extended) more +(for YouTube & YouTube Music) hence the builds(YT&YTM) in this repo are from +Revanced Extended. ## Build You can use any of the following methods to build. @@ -164,6 +167,15 @@ By default, script build the version as recommended by Revanced team. EXCLUDE_PATCH_YOUTUBE_MUSIC=yt-music-is-shit ``` 7. Remember to download the **_Microg_**. Otherwise, you will not be able to open YouTube. +8. If you want to disable use Revanced-Extended for YouTube and YouTube Music. Add the following adding + in `environment` like + ```dotenv + BUILD_EXTENDED=False + ``` + or enable it with + ```dotenv + BUILD_EXTENDED=True + ``` ### Generate Token 1. Go to your account developer [settings](https://github.com/settings/tokens). Click on generate new token.