Update iP Regex

This commit is contained in:
Seraphys
2026-08-28 18:16:59 +00:00
parent 7438b27ee8
commit b2a37bf6b6
+9
View File
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Update iP Regex
-- @exportedAt: 2026-08-28T18:16:57.866Z
-- @opIds: 13822
-- --- BEGIN op 13822 ( update regular_expression "BBC iPlayer" )
update "regular_expressions" set "pattern" = '\b(iP(layer)?)(?=[\W_]+WEB[ ._-]?(DL|RIP)\b)' where "name" = 'BBC iPlayer' and "pattern" = '\b(iP)\b';
-- --- END op 13822