feat(sonarr): added `CC` regex to Sonarr v3 RPs

pull/1152/head
nuxen 1 year ago
parent 0a4c51e539
commit 657f7e3673

@ -42,7 +42,8 @@
"/\\b(pmtp)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(vdl)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(nlz)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(stan)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b(stan)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(cc)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
}
],

Loading…
Cancel
Save