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):