summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-07-26 23:08:08 +0700
committerSergey M․ <dstftw@gmail.com>2016-07-26 23:08:08 +0700
commitced70c86400d09b0a03ecc0500e2874efc50b354 (patch)
treefc27dbba8a1deb30d6a0c3ee1b7d819dfa39a227
parent9a700deea47b2514ef07d4ab7a0c21c7942b8b26 (diff)
downloadyoutube-dl-ced70c86400d09b0a03ecc0500e2874efc50b354.tar.gz
youtube-dl-ced70c86400d09b0a03ecc0500e2874efc50b354.tar.xz
youtube-dl-ced70c86400d09b0a03ecc0500e2874efc50b354.zip
[cbc] PEP 8
-rw-r--r--youtube_dl/extractor/cbc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/cbc.py b/youtube_dl/extractor/cbc.py
index 885d2c721..a87e97140 100644
--- a/youtube_dl/extractor/cbc.py
+++ b/youtube_dl/extractor/cbc.py
@@ -99,7 +99,7 @@ class CBCIE(InfoExtractor):
             if not media_id:
                 clip_id = player_info['clipId']
                 feed = self._download_json(
-                    'http://tpfeed.cbc.ca/f/ExhSPC/vms_5akSXx4Ng_Zn?byCustomValue={:mpsReleases}{%s}'% clip_id,
+                    'http://tpfeed.cbc.ca/f/ExhSPC/vms_5akSXx4Ng_Zn?byCustomValue={:mpsReleases}{%s}' % clip_id,
                     clip_id, fatal=False)
                 if feed:
                     media_id = try_get(feed, lambda x: x['entries'][0]['guid'], compat_str)