From 0760f2c2f6bd464985e989f6170a9945a99123f2 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 18 Nov 2025 19:53:14 -0600 Subject: [PATCH] create(regex): Youku Streaming Service --- custom_formats/YK.yml | 40 ++++++++++++++++++++++++++++++++++++++++ regex_patterns/Youku.yml | 14 ++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 custom_formats/YK.yml create mode 100644 regex_patterns/Youku.yml diff --git a/custom_formats/YK.yml b/custom_formats/YK.yml new file mode 100644 index 0000000..1987119 --- /dev/null +++ b/custom_formats/YK.yml @@ -0,0 +1,40 @@ +name: YK +description: Matches 'Youku' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: YK Regex + negate: false + pattern: Youku + 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: SHO Regex + negate: false + pattern: Showtime + required: false + type: release_title + - matches: false + name: SHO Rename Regex + negate: false + pattern: Showtime Rename + required: false + type: release_title + expected: true + id: 1 + input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb + lastRun: '2025-04-21T20:33:55.371437' + passes: true diff --git a/regex_patterns/Youku.yml b/regex_patterns/Youku.yml new file mode 100644 index 0000000..d137cf7 --- /dev/null +++ b/regex_patterns/Youku.yml @@ -0,0 +1,14 @@ +name: Youku +pattern: \b(Youku|YK)\b +description: "Youku is a major Chinese streaming platform owned by Alibaba Group,\ + \ offering a wide range of long-form video content including TV dramas, films, variety\ + \ shows, animation, original productions, and licensed international titles. Known\ + \ as one of China\u2019s top three streaming services alongside iQIYI and Tencent\ + \ Video, Youku operates on both ad-supported and subscription models and is integrated\ + \ across mobile, web, smart TV, and other devices. The platform emphasizes high-quality,\ + \ professionally produced content and also supports user-generated videos and live\ + \ broadcasts, making it a central hub for digital entertainment within China." +tags: +- Streaming Service +- WEB-DL +tests: []