diff --git a/docs/json/sonarr/v4/normal/dc-universe.json b/docs/json/sonarr/v4/normal/dc-universe.json new file mode 100644 index 000000000..fa09ae230 --- /dev/null +++ b/docs/json/sonarr/v4/normal/dc-universe.json @@ -0,0 +1,15 @@ +{ + "name": "DCU", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "DC Universe", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(dcu|DC Universe)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" + } + } + ] +}