Add semantic versioning
This commit is contained in:
Stabby 2025-01-17 10:45:14 +01:00
parent 65bd6ddd56
commit 6567f74547
16 changed files with 17 additions and 2 deletions

View File

@ -29,6 +29,7 @@ class ALL4(Service):
Service code for Channel 4's All4 streaming service (https://channel4.com).
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: Credentials
Robustness:

View File

@ -24,6 +24,7 @@ class AUBC(Service):
Service code for ABC iView streaming service (https://iview.abc.net.au/).
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: None
Robustness:

View File

@ -26,6 +26,7 @@ class CBC(Service):
Service code for CBC Gem streaming service (https://gem.cbc.ca/).
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: Credentials
Robustness:

View File

@ -26,6 +26,7 @@ class CBS(Service):
Credit to @srpen6 for the tip on anonymous session
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: None
Robustness:

View File

@ -25,6 +25,7 @@ class CTV(Service):
Service code for CTV.ca (https://www.ctv.ca)
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: Credentials for subscription, none for freely available titles
Robustness:

View File

@ -26,6 +26,7 @@ class DSCP(Service):
Service code for Discovery Plus (https://discoveryplus.com).
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: Cookies
Robustness:

View File

@ -24,11 +24,11 @@ class ITV(Service):
Service code for ITVx streaming service (https://www.itv.com/).
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: Cookies (Optional for free content | Required for premium content)
Robustness:
L1: 1080p
L3: 720p
L3: 1080p
\b
Tips:

View File

@ -26,6 +26,7 @@ class MY5(Service):
Service code for Channel 5's My5 streaming service (https://channel5.com).
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: None
Robustness:

View File

@ -23,6 +23,7 @@ class PLUTO(Service):
Credit to @wks_uwu for providing an alternative API, making the codebase much cleaner
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: None
Robustness:

View File

@ -24,6 +24,7 @@ class ROKU(Service):
Service code for The Roku Channel (https://therokuchannel.roku.com)
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: Cookies (optional)
Robustness:

View File

@ -24,6 +24,7 @@ class RTE(Service):
Service code for RTE Player streaming service (https://www.rte.ie/player/).
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: None
Robustness:

View File

@ -21,6 +21,7 @@ class STV(Service):
Service code for STV Player streaming service (https://player.stv.tv/).
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: None
Robustness:

View File

@ -24,6 +24,7 @@ class TUBI(Service):
Service code for TubiTV streaming service (https://tubitv.com/)
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: Cookies
Robustness:

View File

@ -26,6 +26,7 @@ class TVNZ(Service):
Service code for TVNZ streaming service (https://www.tvnz.co.nz).
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: Credentials
Robustness:

View File

@ -20,6 +20,7 @@ class UKTV(Service):
Service code for 'U' (formerly UKTV Play) streaming service (https://u.co.uk/).
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: None
Robustness:

View File

@ -30,6 +30,7 @@ class iP(Service):
Base code from VT, credit to original author
\b
Version: 1.0.0
Author: stabbedbybrick
Authorization: None
Security: None