Update 3D Regex

This commit is contained in:
Seraphys
2026-03-24 20:18:24 -05:00
parent 94503d6e1c
commit 6557785bda
+9
View File
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Update 3D Regex
-- @exportedAt: 2026-03-25T01:18:22.810Z
-- @opIds: 3592
-- --- BEGIN op 3592 ( update regular_expression "3D" )
update "regular_expressions" set "pattern" = '(?<=\b[12]\d{3}\b).*\b((Bluray|BD)?3D|SBS|H[- .]?OU|H[- .]?SBS|Half[ .-]?OU|Half[ .-]?SBS)\b' where "name" = '3D' and "pattern" = '(?<=\b[12]\d{3}\b).*\b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\b';
-- --- END op 3592