From 43956a71903544217ba4db950a5b6dc522078991 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 28 Dec 2025 15:15:41 -0600 Subject: [PATCH] create(regex): Crunchyroll --- custom_formats/CR.yml | 59 ++++++++++++++++++++++++++++++++++ regex_patterns/Crunchyroll.yml | 12 +++++++ 2 files changed, 71 insertions(+) create mode 100644 custom_formats/CR.yml create mode 100644 regex_patterns/Crunchyroll.yml diff --git a/custom_formats/CR.yml b/custom_formats/CR.yml new file mode 100644 index 0000000..14a9565 --- /dev/null +++ b/custom_formats/CR.yml @@ -0,0 +1,59 @@ +name: CR +description: Matches 'Crunchyroll' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: CR Regex + negate: false + pattern: Crunchyroll + required: true + type: release_title +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +tests: +- conditionResults: + - matches: true + name: AMZN Regex + negate: false + pattern: Amazon Prime + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 1 + input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE] + lastRun: '2025-01-14T09:45:16.007149' + passes: true +- conditionResults: + - matches: true + name: AMZN Regex + negate: false + pattern: Amazon Prime + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 2 + input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English + - Goki TAoE) + lastRun: '2025-01-14T09:45:16.007149' + passes: true diff --git a/regex_patterns/Crunchyroll.yml b/regex_patterns/Crunchyroll.yml new file mode 100644 index 0000000..4ed00d8 --- /dev/null +++ b/regex_patterns/Crunchyroll.yml @@ -0,0 +1,12 @@ +name: Crunchyroll +pattern: \b(C(runchy)?[ .-]?R(oll)?)\b +description: "Crunchyroll is a popular streaming service focused on anime, manga,\ + \ and Asian entertainment. It offers a large library of animated series and films,\ + \ including both classic titles and new simulcasts straight from Japan, often with\ + \ subtitles soon after they air. Users can watch on demand across devices, and there\u2019\ + s both a free, ad-supported tier and paid premium subscriptions with ad-free viewing\ + \ and early access to episodes." +tags: +- Streaming Service +- WEB-DL +tests: []