mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 11: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]
|
name = names[1]
|
||||||
if names[0] == "play":
|
if names[0] == "play":
|
||||||
name = "Google Play Movies"
|
name = "Google Play Movies"
|
||||||
|
elif names[0] == "hbogoasia":
|
||||||
|
name = "HBOGo Asia"
|
||||||
return name.title()
|
return name.title()
|
||||||
|
|
||||||
netloc = urlparse(url).netloc
|
netloc = urlparse(url).netloc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue