1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

HBO: Add options argument to get()

This commit is contained in:
Olof Johansson 2013-02-12 19:43:00 +01:00
parent f786c01c78
commit b2635fd52a

View File

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