From 21871601fcb6f1d52d287c9a76c2c2e461e9a766 Mon Sep 17 00:00:00 2001 From: 8a8al00ey <109389709+8a8al00ey@users.noreply.github.com> Date: Tue, 13 Sep 2022 12:45:35 -0400 Subject: [PATCH] [Sonarr] match with CF --- docs/json/sonarr/rp/streaming.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/json/sonarr/rp/streaming.json b/docs/json/sonarr/rp/streaming.json index 2c9fe4bb2..84bb97a1d 100644 --- a/docs/json/sonarr/rp/streaming.json +++ b/docs/json/sonarr/rp/streaming.json @@ -7,29 +7,29 @@ "score": 100, "terms": [ "/\\b(amzn|amazon)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", - "/\\b(atvp|aptv)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" + "/\\b(atvp|aptv|Apple TV\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" ] }, { "score": 95, "terms": [ - "/\\b(sho)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" + "/\\b(sho|showtime)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" ] }, { "score": 90, "terms": [ - "/\\b(dsnp|dsny|disney)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", + "/\\b(dsnp|dsny|disney|Disney\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", "/\\b(nf|netflix)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", - "/\\b(qibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", - "/\\b(hmax|hbmo)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" + "/\\b(qibi|quibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", + "/\\b(hmax|hbom|hbo max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" ] }, { "score": 85, "terms": [ "/\\b(hulu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", - "/\\b(pcok)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" + "/\\b(pcok|Peacock TV)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" ] }, {