From: Jaime Marquínez Ferrándiz Date: Sun, 14 Jul 2013 07:25:51 +0000 (+0200) Subject: [livestream] fix import statement X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=0ab5531363603e1a882a087d2514d43ca201dca2;p=youtube-dl [livestream] fix import statement --- diff --git a/youtube_dl/extractor/livestream.py b/youtube_dl/extractor/livestream.py index 04f0b3820..309921078 100644 --- a/youtube_dl/extractor/livestream.py +++ b/youtube_dl/extractor/livestream.py @@ -2,7 +2,7 @@ import re import json from .common import InfoExtractor -from ..utils import compat_urllib_parse_urlparse, compat_urlparse, +from ..utils import compat_urllib_parse_urlparse, compat_urlparse class LivestreamIE(InfoExtractor):