forked from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
executable file
·50 lines (42 loc) · 1.84 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
enable-magisk-update = true # set this to false if you do not want to receive updates for the module in magisk app
parallel-jobs = 1
# add 'enabled = false' for not patching a specific app or remove it from the config
# see https://github.com/j-hc/revanced-magisk-module/blob/main/CONFIG.md for more detailed explanations
# you can use rvmm-config-gen to generate a config
[YouTube]
build-mode = "module"
excluded-patches = ""
included-patches = ""
version = "auto"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
uptodown-dlurl = "https://youtube.en.uptodown.com/android"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
#[Music]
#build-mode = "both"
#arch = "both"
#apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
#uptodown-dlurl = "https://youtube-music.en.uptodown.com/android"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
[GooglePhotos]
build-mode = "module"
arch = "both"
version = "auto"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/photos/"
uptodown-dlurl = "https://google-photos.en.uptodown.com/android"
#[Music-Extended]
#app-name = "Music"
#patches-source = "inotia00/revanced-patches"
#cli-source = "inotia00/revanced-cli"
#rv-brand = "ReVanced Extended"
#build-mode = "both"
#arch = "both"
#apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
#[YouTube-Extended]
#app-name = "YouTube"
#patches-source = "inotia00/revanced-patches"
#cli-source = "inotia00/revanced-cli"
#rv-brand = "ReVanced Extended"
#build-mode = "both"
#apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"