mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-05-06 01:16:43 +02:00
10 lines
430 B
SQL
10 lines
430 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Tweak MA Regex
|
|
-- @exportedAt: 2026-05-05T12:37:47.469Z
|
|
-- @opIds: 8683
|
|
|
|
-- --- BEGIN op 8683 ( update regular_expression "Movies Anywhere" )
|
|
update "regular_expressions" set "pattern" = '\b(?<!dts[ .-]?hd[ .-]?)(MA|YKW)\b(?=.*\bweb[ ._-]?(dl|rip)\b)' where "name" = 'Movies Anywhere' and "pattern" = '\b(?<!dts[ .-]?hd[ .-]?)ma\b(?=.*\bweb[ ._-]?(dl|rip)\b)';
|
|
-- --- END op 8683
|