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

aftonbladet: get only take 3 arguments.

This commit is contained in:
Johan Andersson 2013-02-12 18:50:39 +01:00 committed by Olof Johansson
parent 762cac8084
commit 81c776b94b

View File

@ -9,7 +9,7 @@ class Aftonbladet():
def handle(self, url):
return "aftonbladet.se" in url
def get(self, options, url, start):
def get(self, options, url):
parse = urlparse(url)
data = get_http_data(url)
match = re.search("abTvArticlePlayer-player-(.*)-[0-9]+-[0-9]+-clickOverlay", data)