From ef8ae72e645a5487cf3d84dbb743a19e133aca09 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 12 Dec 2025 18:31:00 -0600 Subject: [PATCH] create(format): BBC iPlayer Regex and CF --- custom_formats/iP.yml | 40 ++++++++++++++++++++++++++++++++++ regex_patterns/BBC iPlayer.yml | 22 +++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 custom_formats/iP.yml create mode 100644 regex_patterns/BBC iPlayer.yml diff --git a/custom_formats/iP.yml b/custom_formats/iP.yml new file mode 100644 index 0000000..cd3509a --- /dev/null +++ b/custom_formats/iP.yml @@ -0,0 +1,40 @@ +name: iP +description: Matches 'BBC iPlayer' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: iP Regex + negate: false + pattern: BBC iPlayer + 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: APTV Regex + negate: false + pattern: Apple TV+ + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 2 + input: Little America 2020 S01 1080p APTV Webrip x265 10bit EAC3 5 1 - Ainz + lastRun: '2024-12-03T02:27:03.531343' + passes: true diff --git a/regex_patterns/BBC iPlayer.yml b/regex_patterns/BBC iPlayer.yml new file mode 100644 index 0000000..430a0af --- /dev/null +++ b/regex_patterns/BBC iPlayer.yml @@ -0,0 +1,22 @@ +name: BBC iPlayer +pattern: \b(iP)\b +description: 'BBC iPlayer is a video on demand service from the BBC. The service is + available over-the-top on a wide range of devices, including mobile phones and tablets, + personal computers and smart televisions. iPlayer services delivered to UK-based + viewers are free from commercial advertising. ' +tags: +- Streaming Service +- WEB-DL +tests: +- id: 1 + input: Palmer.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-EVO.mkv + expected: true +- id: 2 + input: Fathom.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-CMRG.mkv + expected: true +- id: 3 + input: You.Are.the.Apple.of.My.Eye.2011.720p.BluRay.DD5.1.x264-EbP.mkv + expected: false +- id: 4 + input: Men in Black 1997 2160p Apple TV+ WEB-DL DDP 5 1 Atmos DV H 265-CHDWEB + expected: true