fix(Boost for Reddit - Fix missing audio in video downloads): Make it work again by reflecting Reddits latest changes (#6500)

This commit is contained in:
scruz
2026-01-18 20:51:59 +05:30
committed by GitHub
parent 3401467a6d
commit eecc44b956

View File

@@ -14,8 +14,8 @@ val fixAudioMissingInDownloadsPatch = bytecodePatch(
execute {
val endpointReplacements = mapOf(
"/DASH_audio.mp4" to "/DASH_AUDIO_128.mp4",
"/audio" to "/DASH_AUDIO_64.mp4",
"/DASH_audio.mp4" to "/CMAF_AUDIO_128.mp4",
"/audio" to "/CMAF_AUDIO_64.mp4",
)
downloadAudioFingerprint.method.apply {