mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update tools.py
This commit is contained in:
parent
3497f79f99
commit
922720712f
1 changed files with 5 additions and 3 deletions
|
|
@ -95,9 +95,11 @@ def get_provider(url):
|
|||
if names[0] == "play":
|
||||
name = "Google Play Movies"
|
||||
elif names[0] == "hbogoasia":
|
||||
name = "HBOGo Asia"
|
||||
name = "HBO Go Asia"
|
||||
elif names[0] == "maxstream":
|
||||
name = "MaxStream"
|
||||
name = "Max Stream"
|
||||
elif names[0] == "klikfilm":
|
||||
name = "Klik Film"
|
||||
return name.title()
|
||||
|
||||
netloc = urlparse(url).netloc
|
||||
|
|
@ -125,4 +127,4 @@ async def search_jw(movie_name: str, locale: str):
|
|||
if m_t_ != "":
|
||||
m_t_ = m_t_[:-2].strip()
|
||||
break
|
||||
return m_t_
|
||||
return m_t_
|
||||
|
|
|
|||
Loading…
Reference in a new issue