From 1cd4849685c515297722224c5f4ff8d55f31d490 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 18 Jun 2025 13:51:04 -0500 Subject: [PATCH] fix(format): IQIYI --- custom_formats/iQIYI.yml | 2 +- regex_patterns/IQIYI.yml | 9 +++++++++ regex_patterns/iQIYI.yml | 9 --------- 3 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 regex_patterns/IQIYI.yml delete mode 100644 regex_patterns/iQIYI.yml diff --git a/custom_formats/iQIYI.yml b/custom_formats/iQIYI.yml index e06d58f..b563d59 100644 --- a/custom_formats/iQIYI.yml +++ b/custom_formats/iQIYI.yml @@ -6,7 +6,7 @@ tags: conditions: - name: iQIYI Regex negate: false - pattern: iQIYI + pattern: IQIYI required: true type: release_title - name: WEB-DL diff --git a/regex_patterns/IQIYI.yml b/regex_patterns/IQIYI.yml new file mode 100644 index 0000000..56aa88f --- /dev/null +++ b/regex_patterns/IQIYI.yml @@ -0,0 +1,9 @@ +name: IQIYI +pattern: \b(IQIYI|IQ)\b +description: IQIYI is a Chinese subscription video on-demand over-the-top streaming + service owned by Baidu. Headquartered in Beijing, IQIYI primarily produces and distributes + films and television series. +tags: +- Streaming Service +- WEB-DL +tests: [] diff --git a/regex_patterns/iQIYI.yml b/regex_patterns/iQIYI.yml deleted file mode 100644 index 6a0e2d0..0000000 --- a/regex_patterns/iQIYI.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: iQIYI -pattern: \b(iQIYI)\b -description: iQIYI is a Chinese subscription video on-demand over-the-top streaming - service owned by Baidu. Headquartered in Beijing, iQIYI primarily produces and distributes - films and television series. -tags: -- Streaming Service -- WEB-DL -tests: []