feat(guide): Add streaming service `MY5` (#2092)

* feat(guide): Add streaming service `MY5`

* Apply suggestions from code review

Co-authored-by: nuxen <theonenuxen@proton.me>

---------

Co-authored-by: nuxen <theonenuxen@proton.me>
pull/2095/head
TRaSH 1 month ago committed by GitHub
parent 77988bce42
commit 81f8a592a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -85,10 +85,11 @@ We've made 3 guides related to this.
| [Stan](#stan) | | |
| UK Streaming Services | Misc Streaming Services | Anime Streaming Services |
| --------------------- | ----------------------- | ------------------------ |
|-----------------------|-------------------------|--------------------------|
| [BBC iPlayer](#ip) | [Crave](#crav) | [VRV](#vrv) |
| [ITVX](#itvx) | [OViD](#ovid) | |
| [NOW](#now) | [Star+](#strp) | |
| [MY5](#my5) | [Star+](#strp) | |
| [NOW](#now) | | |
---
@ -2225,6 +2226,24 @@ We've made 3 guides related to this.
---
#### MY5
<sub>MY5 aka Channel 5</sub>
??? question "MY5 aka Channel 5 - [Click to show/hide]"
{! include-markdown "../../includes/cf-descriptions/my5.md" !}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/my5.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup></sub>
---
#### NOW
<sub>NOW</sub>

@ -79,13 +79,13 @@ We've made 3 guides related to this.
| [Syfy](#syfy) | | | |
| UK Streaming Services | Misc Streaming Services | Anime Streaming Services | Optional Streaming Services |
| --------------------- | ----------------------- | ------------------------ | ------------------------------------------- |
|-----------------------|-------------------------|--------------------------|---------------------------------------------|
| [4OD](#4od) | [Crave](#crav) | [B-Global](#b-global) | [UHD Streaming Boost](#uhd-streaming-boost) |
| [ALL4](#all4) | [Discovery+](#dscp) | [Bilibili](#bilibili) | [UHD Streaming Cut](#uhd-streaming-cut) |
| [BBC iPlayer](#ip) | [OViD](#ovid) | [Crunchyroll](#cr) | |
| [ITVX](#itvx) | [Star+](#strp) | [Funimation](#funi) | |
| [NOW](#now) | [YouTube Red](#red) | [HIDIVE](#hidive) | |
| | [Quibi](#qibi) | [VRV](#vrv) | |
| [MY5](#my5) | [YouTube Red](#red) | [HIDIVE](#hidive) | |
| [NOW](#now) | [Quibi](#qibi) | [VRV](#vrv) | |
| | | [ABEMA](#abema) | |
| | | [ADN](#adn) | |
| | | [WKN](#wkn) | |
@ -2080,6 +2080,24 @@ We've made 3 guides related to this.
---
#### MY5
<sub>MY5 aka Channel 5</sub>
??? question "MY5 aka Channel 5 - [Click to show/hide]"
{! include-markdown "../../includes/cf-descriptions/my5.md" !}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/my5.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup></sub>
---
#### NOW
<sub>NOW</sub>

@ -0,0 +1,34 @@
{
"trash_id": "eacd2cb6c6d4a93e459df2cec6d7b97a",
"name": "MY5",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "My5",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(MY5)\\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,37 @@
{
"trash_id": "9f72dc1059a6b277c21cee6a1f15f13f",
"trash_scores": {
"default": 50
},
"name": "MY5",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "My5",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(MY5)\\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 @@
**MY5**<br>
[From Wikipedia, the free encyclopedia](<https://en.wikipedia.org/wiki/My5>){:target="\_blank" rel="noopener noreferrer"}
My5 (previously Five Download and later Demand 5) is the brand name of video-on-demand services offered by Channel 5 in the United Kingdom.
Loading…
Cancel
Save