Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sureshgorai25 authored Oct 7, 2023
1 parent 574644a commit f909f6b
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,40 @@ enable-magisk-update = true # set this to false if you do not want to receive
# 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

[YouTube]
build-mode = "both" # 'both', 'apk' or 'module'
excluded-patches = "" # space-seperated patches to exclude (multiline strings are not supported)
included-patches = "" # space-seperated patches to include (non-excluded patches are included by default)
version = "auto" # 'auto', 'latest', 'beta' or a custom one like '17.40.41'
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"

[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"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
apkmirror-arch = "both"
apkmirror-arch = "arch-v7a"

[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"
build-mode = "apk"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"

[Music]
build-mode = "both"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
apkmirror-arch = "both"

[Twitter]
build-mode = "apk"
uptodown-dlurl = "https://twitter.uptodown.com/android"
version = "latest"
apkmirror-dlurl = "https://www.apkmirror.com/apk/x-corp/twitter/"

[Twitch]
enabled = false
uptodown-dlurl = "https://twitch-app.uptodown.com/android"

[TikTok]
enabled = false
uptodown-dlurl = "https://tiktok.uptodown.com/android"

[Reddit]
enabled = false
uptodown-dlurl = "https://reddit-official-app.uptodown.com/android"

[Lightroom]
Expand Down

0 comments on commit f909f6b

Please sign in to comment.