projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a700de
)
[cbc] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Tue, 26 Jul 2016 16:08:08 +0000
(23:08 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 26 Jul 2016 16:08:08 +0000
(23:08 +0700)
youtube_dl/extractor/cbc.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/cbc.py
b/youtube_dl/extractor/cbc.py
index 885d2c72154ca24d9695c3772933671cdcec9953..a87e971406b9a45d665d4bfe14e655c851f5a899 100644
(file)
--- 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)