diff --git a/custom_formats/NOW.yml b/custom_formats/NOW.yml new file mode 100644 index 0000000..f936758 --- /dev/null +++ b/custom_formats/NOW.yml @@ -0,0 +1,40 @@ +name: NOW +description: Matches 'Now' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: NOW Regex + negate: false + pattern: Now + required: false + type: release_title +- name: NOW Rename Regex + negate: false + pattern: Now Rename + required: false + type: release_title +- name: WEB-DL + negate: false + required: true + source: web_dl + type: source +tests: +- conditionResults: + - matches: true + name: NOW Regex + negate: false + pattern: Now + required: false + type: release_title + - matches: false + name: NOW Rename Regex + negate: false + pattern: Now Rename + required: false + type: release_title + expected: true + id: 1 + input: Aisha 2022 1080p NOW WEB-DL DD+ 5.1 H.264-SMURF + lastRun: '2025-04-21T20:24:08.521814' + passes: true diff --git a/regex_patterns/Now Rename.yml b/regex_patterns/Now Rename.yml new file mode 100644 index 0000000..7a46ca7 --- /dev/null +++ b/regex_patterns/Now Rename.yml @@ -0,0 +1,10 @@ +name: Now Rename +pattern: \[(NOW)\b|\b(NOW)\] +description: Now (formerly Now TV and often stylised as NOW) is a subscription over-the-top + streaming television service launched in the United Kingdom in 2012. It is operated + by Sky Group in Europe, and Xfinity in the US; both owned by the American media + conglomerate Comcast. +tags: +- Streaming Service +- WEB-DL +tests: [] diff --git a/regex_patterns/Now.yml b/regex_patterns/Now.yml new file mode 100644 index 0000000..cf8581d --- /dev/null +++ b/regex_patterns/Now.yml @@ -0,0 +1,10 @@ +name: Now +pattern: \b(now)\b[ ._-]web[ ._-]?(dl|rip)?\b +description: Now (formerly Now TV and often stylised as NOW) is a subscription over-the-top + streaming television service launched in the United Kingdom in 2012. It is operated + by Sky Group in Europe, and Xfinity in the US; both owned by the American media + conglomerate Comcast. +tags: +- Streaming Service +- WEB-DL +tests: []