Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
fix: uncorrected regex
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldObservationLog committed May 8, 2024
1 parent 0641edc commit 8975427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}$"
Expand Down

0 comments on commit 8975427

Please sign in to comment.