فهرست منبع

[livestream] fix import statement

Jaime Marquínez Ferrándiz 12 سال پیش
والد
کامیت
0ab5531363
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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):