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: []