fix(format): IQIYI

This commit is contained in:
Seraphys 2025-06-18 13:51:04 -05:00
parent 9f144440bc
commit 1cd4849685
3 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ tags:
conditions: conditions:
- name: iQIYI Regex - name: iQIYI Regex
negate: false negate: false
pattern: iQIYI pattern: IQIYI
required: true required: true
type: release_title type: release_title
- name: WEB-DL - name: WEB-DL

9
regex_patterns/IQIYI.yml Normal file
View File

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

View File

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