From: Yen Chi Hsuan Date: Sat, 5 Sep 2015 07:38:05 +0000 (+0800) Subject: [dcn] PEP8 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=9dd73ef4a49597e73388e7e97e32eae5d0f0f027;p=youtube-dl [dcn] PEP8 --- diff --git a/youtube_dl/extractor/dcn.py b/youtube_dl/extractor/dcn.py index 82261e25c..6f2fea5ff 100644 --- a/youtube_dl/extractor/dcn.py +++ b/youtube_dl/extractor/dcn.py @@ -44,8 +44,8 @@ class DCNIE(InfoExtractor): title = video.get('title_en') or video['title_ar'] 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'], 'user_id': video['user_id'], 'signature': video['signature'],