Browse Source

[livestream] fix import statement

Jaime Marquínez Ferrándiz 12 years ago
parent
commit
0ab5531363
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/livestream.py

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