From b2635fd52aa474e6dd375ad804f46a16945962a4 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Tue, 12 Feb 2013 19:43:00 +0100 Subject: [PATCH] HBO: Add options argument to get() --- lib/svtplay/service/hbo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]