mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-20 01:23:57 +00:00
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:
@@ -14,8 +14,8 @@ val fixAudioMissingInDownloadsPatch = bytecodePatch(
|
|||||||
|
|
||||||
execute {
|
execute {
|
||||||
val endpointReplacements = mapOf(
|
val endpointReplacements = mapOf(
|
||||||
"/DASH_audio.mp4" to "/DASH_AUDIO_128.mp4",
|
"/DASH_audio.mp4" to "/CMAF_AUDIO_128.mp4",
|
||||||
"/audio" to "/DASH_AUDIO_64.mp4",
|
"/audio" to "/CMAF_AUDIO_64.mp4",
|
||||||
)
|
)
|
||||||
|
|
||||||
downloadAudioFingerprint.method.apply {
|
downloadAudioFingerprint.method.apply {
|
||||||
|
|||||||
Reference in New Issue
Block a user