瀏覽代碼

[dcn] PEP8

Yen Chi Hsuan 10 年之前
父節點
當前提交
9dd73ef4a4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      youtube_dl/extractor/dcn.py

+ 2 - 2
youtube_dl/extractor/dcn.py

@@ -44,8 +44,8 @@ class DCNIE(InfoExtractor):
         title = video.get('title_en') or video['title_ar']
         title = video.get('title_en') or video['title_ar']
 
 
         webpage = self._download_webpage(
         webpage = self._download_webpage(
-            'http://admin.mangomolo.com/analytics/index.php/customers/embed/video?'
-            + compat_urllib_parse.urlencode({
+            'http://admin.mangomolo.com/analytics/index.php/customers/embed/video?' +
+            compat_urllib_parse.urlencode({
                 'id': video['id'],
                 'id': video['id'],
                 'user_id': video['user_id'],
                 'user_id': video['user_id'],
                 'signature': video['signature'],
                 'signature': video['signature'],