mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-01-22 10:41:02 +01:00
create(regex): Crunchyroll
This commit is contained in:
59
custom_formats/CR.yml
Normal file
59
custom_formats/CR.yml
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
name: CR
|
||||||
|
description: Matches 'Crunchyroll' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
conditions:
|
||||||
|
- name: CR Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Crunchyroll
|
||||||
|
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:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: AMZN Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Amazon Prime
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 1
|
||||||
|
input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE]
|
||||||
|
lastRun: '2025-01-14T09:45:16.007149'
|
||||||
|
passes: true
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: AMZN Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Amazon Prime
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 2
|
||||||
|
input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English
|
||||||
|
- Goki TAoE)
|
||||||
|
lastRun: '2025-01-14T09:45:16.007149'
|
||||||
|
passes: true
|
||||||
12
regex_patterns/Crunchyroll.yml
Normal file
12
regex_patterns/Crunchyroll.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Crunchyroll
|
||||||
|
pattern: \b(C(runchy)?[ .-]?R(oll)?)\b
|
||||||
|
description: "Crunchyroll is a popular streaming service focused on anime, manga,\
|
||||||
|
\ and Asian entertainment. It offers a large library of animated series and films,\
|
||||||
|
\ including both classic titles and new simulcasts straight from Japan, often with\
|
||||||
|
\ subtitles soon after they air. Users can watch on demand across devices, and there\u2019\
|
||||||
|
s both a free, ad-supported tier and paid premium subscriptions with ad-free viewing\
|
||||||
|
\ and early access to episodes."
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
tests: []
|
||||||
Reference in New Issue
Block a user