aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-09-05 15:38:05 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-09-05 15:38:05 +0800
commit9dd73ef4a49597e73388e7e97e32eae5d0f0f027 (patch)
tree4fdf917fec72a11eec801fc30049fe5fafeb4f98 /youtube_dl
parent75c72a1e6744b9c6238b063e606114828067d17f (diff)
downloadyoutube-dl-9dd73ef4a49597e73388e7e97e32eae5d0f0f027.tar.xz
[dcn] PEP8
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/dcn.py4
1 files changed, 2 insertions, 2 deletions
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'],