mirror of
https://github.com/skoobasteeve/useful-scripts.git
synced 2026-03-20 07:28:57 +00:00
added starz and showtime
This commit is contained in:
@@ -102,6 +102,10 @@ def services_speller(service):
|
|||||||
service_proper = "Apple TV+"
|
service_proper = "Apple TV+"
|
||||||
elif service == "paramount":
|
elif service == "paramount":
|
||||||
service_proper = "Paramount+"
|
service_proper = "Paramount+"
|
||||||
|
elif service == "starz":
|
||||||
|
service_proper = "STARZ"
|
||||||
|
elif service == "showtime":
|
||||||
|
service_proper = "Showtime"
|
||||||
else:
|
else:
|
||||||
return service
|
return service
|
||||||
return service_proper
|
return service_proper
|
||||||
|
|||||||
Reference in New Issue
Block a user