projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7f036
)
[viki] Fix code format
author
ping
<lipng.ong@gmail.com>
Sat, 16 May 2015 07:56:37 +0000
(15:56 +0800)
committer
ping
<lipng.ong@gmail.com>
Sat, 16 May 2015 07:56:37 +0000
(15:56 +0800)
youtube_dl/extractor/viki.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/viki.py
b/youtube_dl/extractor/viki.py
index 4d185c0e6177801152fcc413f4eab7828cb0bb65..40a73f56117ffb87bcbe1022b5e0d8de1a3e44df 100644
(file)
--- a/
youtube_dl/extractor/viki.py
+++ b/
youtube_dl/extractor/viki.py
@@
-169,8
+169,7
@@
class VikiShowIE(InfoExtractor):
show_json = self._download_json(
'http://api.viki.io/v4/containers/%s/episodes.json?app=100000a&per_page=999&sort=number&direction=asc' % show_id,
- show_id, note='Retrieve show json', errnote='Unable to get show json'
- )
+ show_id, note='Retrieve show json', errnote='Unable to get show json')
entries = []
for video in show_json['response']:
video_id = video['id']