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