From 67a65d26d9ff34fec70109de8dc2c5b5c54de2fe Mon Sep 17 00:00:00 2001 From: Sad Stan <76420253+sadstan@users.noreply.github.com> Date: Sun, 4 Jul 2021 22:04:11 +0530 Subject: [PATCH] Added Peacock --- docs/json/radarr/streaming-services.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/json/radarr/streaming-services.json b/docs/json/radarr/streaming-services.json index baa9be431..0e7652c26 100644 --- a/docs/json/radarr/streaming-services.json +++ b/docs/json/radarr/streaming-services.json @@ -100,6 +100,14 @@ "fields": { "value": "(hulu).?web.?(dl|rip)" } + { + "name": "Peacock", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "(pcok|peacock).?web.?(dl|rip)" + } } ] -} \ No newline at end of file +}