diff --git a/docs/json/sonarr/cf/hbo.json b/docs/json/sonarr/cf/hbo.json index bf51332e7..beb2a76f9 100644 --- a/docs/json/sonarr/cf/hbo.json +++ b/docs/json/sonarr/cf/hbo.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(hbo)(?![-_. ]max)\\b" + "value": "\\b(hbo)(?![-_. ]max)\\b[ ._-]web[ ._-]?(dl|rip)?\\b" } }, { @@ -30,15 +30,6 @@ "fields": { "value": 4 } - }, - { - "name": "HBO", - "implementation": "ReleaseGroupSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\b(HBO)\\b" - } } ] }