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:
parent
3401467a6d
commit
eecc44b956
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue