Browse Source

[dcn] PEP8

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
9dd73ef4a4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      youtube_dl/extractor/dcn.py

+ 2
- 2
youtube_dl/extractor/dcn.py View File

@ -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'],


Loading…
Cancel
Save