Added: Videoland + NLZIET streaming services

- Added: Videoland + NLZIET streaming services
pull/978/head
TRaSH 2 years ago committed by TRaSH
parent 14bdadf9d5
commit d0d190718d

@ -56,11 +56,13 @@ I also made 3 guides related to this one.
| | | | [HBO Max](#hmax) |
| | | | [HBO](#hbo) |
| | | | [Hulu](#hulu) |
| | | | [NLZiet](#nlz) |
| | | | [Netflix](#nf) |
| | | | [Paramount+](#pmtp) |
| | | | [Peacock TV](#pcok) |
| | | | [Quibi](#qibi) |
| | | | [SHOWTIME](#sho) |
| | | | [Videoland](#vdl) |
| | | | [YouTube Red](#red) |
| | | | [iTunes](#it) |
@ -1303,6 +1305,24 @@ I also made 3 guides related to this one.
------
### NLZ
<sub>NLZiet</sub>
??? faq "NLZiet - [CLICK TO EXPAND]"
NLZIET is the online service of Dutch broadcasters that provides non-stop tv, commercial-free. The streaming service brings the best of all channels straight to your preferred device and lets you see your favorite tv content in high quality on all available platforms; anytime and anywhere.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/nlz.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### NF
<sub>Netflix</sub>
@ -1393,6 +1413,24 @@ I also made 3 guides related to this one.
------
### VDL
<sub>Videoland</sub>
??? faq "Videoland - [CLICK TO EXPAND]"
Videoland is a Dutch OTT online service provider owned by RTL Nederland. Originally it was a retail chain of video rental stores. Its main competitor is Netflix.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/vdl.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### RED
<sub>RED = Youtube Red = Youtube Premium</sub>

@ -0,0 +1,17 @@
{
"trash_id": "b2b980877494b560443631eb1f473867",
"trash_score": "75",
"name": "NLZ",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "NLZiet",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(nlz|NLZiet)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}

@ -0,0 +1,17 @@
{
"trash_id": "5d2317d99af813b6529c7ebf01c83533",
"trash_score": "75",
"name": "VDL",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Videoland",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(vdl|Videoland)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}

@ -39,7 +39,9 @@
"/\\b(hbo)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(red)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(it)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(pmtp)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b(pmtp)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(vdl)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(nlz)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
}
],

Loading…
Cancel
Save