mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
fix: uncorrected regex
This commit is contained in:
@@ -41,7 +41,7 @@ class CodecKeySuffix:
|
||||
class CodecRegex:
|
||||
RegexCodecAtmos = "audio-(atmos|ec3)-\\d{4}$"
|
||||
RegexCodecAC3 = "audio-ac3-\\d{3}$"
|
||||
RegexCodecAlac = "audio-alac-stereo-\\d{6}-\\d{2}$"
|
||||
RegexCodecAlac = "audio-alac-stereo-\\d{5,6}-\\d{2}$"
|
||||
RegexCodecBinaural = "audio-stereo-\\d{3}-binaural$"
|
||||
RegexCodecDownmix = "audio-stereo-\\d{3}-downmix$"
|
||||
RegexCodecAAC = "audio-stereo-\\d{3}$"
|
||||
|
||||
Reference in New Issue
Block a user