fix(format): IQIYI
This commit is contained in:
parent
9f144440bc
commit
1cd4849685
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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: []
|
||||||
|
|
@ -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: []
|
|
||||||
Loading…
Reference in New Issue