mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
Update tools.py
This commit is contained in:
parent
3497f79f99
commit
922720712f
1 changed files with 5 additions and 3 deletions
|
|
@ -98,6 +98,8 @@ def get_provider(url):
|
|||
name = "HBO Go Asia"
|
||||
elif names[0] == "maxstream":
|
||||
name = "Max Stream"
|
||||
elif names[0] == "klikfilm":
|
||||
name = "Klik Film"
|
||||
return name.title()
|
||||
|
||||
netloc = urlparse(url).netloc
|
||||
|
|
|
|||
Loading…
Reference in a new issue