Fix wildcard patterns to match digits only #8

Merged
CodeX merged 1 commits from fix/wildcard-digit-only into main 2026-04-10 19:15:53 +02:00
+3 -3
View File
@@ -844,7 +844,7 @@
Trailer.* Trailer.*
VOSTFR VOSTFR
*.7z.* *.7z.*
*.r?? *.r[0-9][0-9]
*.s?? *.s[0-9][0-9]
*.z?? *.z[0-9][0-9]
api api