mirror of
https://github.com/skoobasteeve/useful-scripts.git
synced 2026-03-21 16:08:56 +00:00
Compare commits
2 Commits
movie-chec
...
a765093f64
| Author | SHA1 | Date | |
|---|---|---|---|
|
a765093f64
|
|||
|
|
b68daead14 |
@@ -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