mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-09-03 22:20:01 +02:00
Update iP Regex
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user