Replace broken regex patterns with wildcards #6

Merged
CodeX merged 1 commits from fix/wildcard-archive-patterns into main 2026-04-10 15:53:44 +02:00
+4 -2
View File
@@ -843,6 +843,8 @@
*sample.wmv
Trailer.*
VOSTFR
*.7z.*
*.r??
*.s??
*.z??
api
regex:(?i)^.*\.7z\.\d+$
regex:(?i)^.*\.[r-z]\d+$