mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-09-03 16:10:02 +02:00
10 lines
360 B
SQL
10 lines
360 B
SQL
-- @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
|