Skip to content

Commit eecc44b

Browse files
authored
fix(Boost for Reddit - Fix missing audio in video downloads): Make it work again by reflecting Reddits latest changes (#6500)
1 parent 3401467 commit eecc44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/src/main/kotlin/app/revanced/patches/reddit/customclients/boostforreddit/fix/downloads/FixAudioMissingInDownloadsPatch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ val fixAudioMissingInDownloadsPatch = bytecodePatch(
1414

1515
execute {
1616
val endpointReplacements = mapOf(
17-
"/DASH_audio.mp4" to "/DASH_AUDIO_128.mp4",
18-
"/audio" to "/DASH_AUDIO_64.mp4",
17+
"/DASH_audio.mp4" to "/CMAF_AUDIO_128.mp4",
18+
"/audio" to "/CMAF_AUDIO_64.mp4",
1919
)
2020

2121
downloadAudioFingerprint.method.apply {

0 commit comments

Comments
 (0)