mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix
This commit is contained in:
parent
d5eb005f74
commit
4bd3614f0c
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ def get_provider(url):
|
|||
name = names[1]
|
||||
if names[0] == "play":
|
||||
name = "Google Play Movies"
|
||||
elif names[0] == "hbogoasia":
|
||||
name = "HBOGo Asia"
|
||||
return name.title()
|
||||
|
||||
netloc = urlparse(url).netloc
|
||||
|
|
|
|||
Loading…
Reference in a new issue