feat(starr): Add Custom Format for streaming service ITVX (#1799)
Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>pull/1803/head
parent
1c1f5d285f
commit
74f0ea58f2
@ -0,0 +1,35 @@
|
||||
{
|
||||
"trash_id": "c3492a26af412e385404eade438ec51c",
|
||||
"trash_regex": "https://regex101.com/r/WzmpCx/1",
|
||||
"name": "ITVX",
|
||||
"includeCustomFormatWhenRenaming": true,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "ITVX",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bITV(X)?\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,38 @@
|
||||
{
|
||||
"trash_id": "fa5a16b951004c23e980d2913694a137",
|
||||
"trash_scores": {
|
||||
"default": 50
|
||||
},
|
||||
"trash_regex": "https://regex101.com/r/Nw3FiP/1",
|
||||
"name": "ITVX",
|
||||
"includeCustomFormatWhenRenaming": true,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "ITVX",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bITV(X)?\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
**ITVX aka ITV**<br>
|
||||
|
||||
[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/ITVX){:target="_blank" rel="noopener noreferrer"}
|
||||
|
||||
ITVX (formerly ITV Hub) is a British ad-supported video-on-demand streaming service operated by ITV. The service offers original content from the broadcaster, as well as some exclusive and licensed programming.
|
Loading…
Reference in new issue