mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-16 18:57:02 +00:00
add(format): Dropout TV to all Profiles
This commit is contained in:
22
custom_formats/DRPO.yml
Normal file
22
custom_formats/DRPO.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
name: DRPO
|
||||
description: Matches 'Dropout TV' WEB-DLs. Negates any encodes.
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
conditions:
|
||||
- name: DRPO Regex
|
||||
negate: false
|
||||
pattern: Dropout TV
|
||||
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: []
|
||||
@@ -123,6 +123,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
@@ -134,6 +134,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
@@ -143,6 +143,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
@@ -149,6 +149,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
@@ -132,6 +132,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
@@ -175,6 +175,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
@@ -159,6 +159,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
@@ -142,6 +142,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
@@ -179,6 +179,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
@@ -191,6 +191,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
@@ -114,6 +114,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: CRIT
|
||||
score: 0
|
||||
- name: DRPO
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
|
||||
25
regex_patterns/Dropout TV.yml
Normal file
25
regex_patterns/Dropout TV.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
name: Dropout TV
|
||||
pattern: \b(DRPO)\b
|
||||
description: Dropout is an American comedy subscription streaming service run by the
|
||||
production company of the same name (formerly CollegeHumor), founded in September
|
||||
2018. Its ad-free original shows are mainly composed of live play, such as Dimension
|
||||
20 hosted by Brennan Lee Mulligan, and improv comedy and panel shows like Game Changer,
|
||||
Make Some Noise (both hosted by Dropout owner and CEO Sam Reich), and Very Important
|
||||
People hosted by Vic Michaelis. Dropout's series often feature a rotating cast of
|
||||
regular comedians and performers.
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
tests:
|
||||
- id: 1
|
||||
input: Palmer.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-EVO.mkv
|
||||
expected: true
|
||||
- id: 2
|
||||
input: Fathom.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-CMRG.mkv
|
||||
expected: true
|
||||
- id: 3
|
||||
input: You.Are.the.Apple.of.My.Eye.2011.720p.BluRay.DD5.1.x264-EbP.mkv
|
||||
expected: false
|
||||
- id: 4
|
||||
input: Men in Black 1997 2160p Apple TV+ WEB-DL DDP 5 1 Atmos DV H 265-CHDWEB
|
||||
expected: true
|
||||
Reference in New Issue
Block a user