[livestream] fix import statement
[youtube-dl] / youtube_dl / extractor / livestream.py
index 04f0b3820ceb4129b612185b56cad0974651abbc..30992107843d8ff8e6aea6d375e1149ba582d16a 100644 (file)
@@ -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):