Update tools.py

This commit is contained in:
yasirarism 2023-01-21 10:07:20 +07:00 committed by GitHub
parent 3497f79f99
commit 922720712f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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