diff --git a/lib/svtplay/service/hbo.py b/lib/svtplay/service/hbo.py index 3653b02..c8f6e36 100644 --- a/lib/svtplay/service/hbo.py +++ b/lib/svtplay/service/hbo.py @@ -2,7 +2,7 @@ class Hbo(): def handle(self, url): return "hbo.com" in url - def get(self, url): + def get(self, options, url): parse = urlparse(url) try: other = parse[5]