Skip to content

Commit

Permalink
Update app download URLs and enable/disable certain features
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 3, 2024
1 parent 26ee8f6 commit cc93cd1
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,31 @@ archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.y

[Music]
build-mode = "both"
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
version = "auto"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
uptodown-dlurl = "https://youtube-music.en.uptodown.com/android"
arch = "both"

[Twitter]
build-mode = "apk"
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.twitter.android"
version = "auto"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.twitter.android"
uptodown-dlurl = "https://twitter.en.uptodown.com/android"

[Twitch]
enabled = false
archive-dlurl = "https://archive.org/download/jhc-apks/apks/tv.twitch.android.app"
enabled = true
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/tv.twitch.android.app"
uptodown-dlurl = "https://twitch.en.uptodown.com/android"

[TikTok]
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.zhiliaoapp.musically"
version = "auto"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.zhiliaoapp.musically"
uptodown-dlurl = "https://tiktok.en.uptodown.com/android"

[Reddit]
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.reddit.frontpage"
version = "auto"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.reddit.frontpage"
uptodown-dlurl = "https://reddit-official-app.en.uptodown.com/android"

[Messenger]
enabled = false
Expand All @@ -55,10 +64,9 @@ arch = "arm64-v8a"

[Backdrops]
enabled = false
version = "latest"
version = "auto"
uptodown-dlurl = "https://backdrops.en.uptodown.com/android"


[WarnWetter]
enabled = false
apkmirror-dlurl = "https://www.apkmirror.com/apk/deutscher-wetterdienst/warnwetter/"
Expand All @@ -69,6 +77,7 @@ apkmirror-dlurl = "https://www.apkmirror.com/apk/windy-weather-world-inc/windy-w

[MyExpenses]
enabled = true
version = "auto"
uptodown-dlurl = "https://my-expenses.en.uptodown.com/android"

[NyxMusicPlayer]
Expand All @@ -84,7 +93,7 @@ arch = "both"

[TickTick]
enabled = true
version = "latest"
version = "auto"
uptodown-dlurl = "https://ticktick.en.uptodown.com/android"
arch = "both"

Expand All @@ -99,7 +108,8 @@ apkmonk-dlurl = "https://www.apkmonk.com/app/com.microblink.photomath/"
[Instagram]
enabled = true
version = "auto"
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.instagram.android"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.instagram.android"
uptodown-dlurl = "https://instagram.en.uptodown.com/android"
arch = "arm64-v8a"

[InShorts]
Expand All @@ -109,7 +119,7 @@ uptodown-dlurl = "https://inshorts.en.uptodown.com/android"
arch = "both"

[SyncForReddit]
enabled = true
enabled = false
version = "auto"
uptodown-dlurl = "https://sync-for-reddit.en.uptodown.com/android"

Expand All @@ -121,6 +131,7 @@ uptodown-dlurl = "https://infinity-for-reddit.en.uptodown.com/android"
[Music-Extended]
enabled = true
app-name = "Music"
version = "auto"
patches-source = "inotia00/revanced-patches"
integrations-source = "inotia00/revanced-integrations"
cli-source = "inotia00/revanced-cli"
Expand All @@ -133,6 +144,7 @@ arch = "both"
[YouTube-Extended]
enabled = true
app-name = "YouTube"
version = "auto"
patches-source = "inotia00/revanced-patches"
integrations-source = "inotia00/revanced-integrations"
cli-source = "inotia00/revanced-cli"
Expand Down

0 comments on commit cc93cd1

Please sign in to comment.