projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa2af7b
)
[vine] Zero rate videos is perfectly valid (#5389)
author
Sergey M․
<dstftw@gmail.com>
Thu, 9 Apr 2015 16:32:22 +0000
(22:32 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 9 Apr 2015 16:32:22 +0000
(22:32 +0600)
youtube_dl/extractor/vine.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vine.py
b/youtube_dl/extractor/vine.py
index c3187cfeb7c7f04dd040ca4cb3e89f0653ccbd03..353791e1dae6641e397c529b9e753624c76f937d 100644
(file)
--- a/
youtube_dl/extractor/vine.py
+++ b/
youtube_dl/extractor/vine.py
@@
-37,7
+37,7
@@
class VineIE(InfoExtractor):
'vcodec': f['format'],
'quality': f['rate'],
'url': f['videoUrl'],
- } for f in data['videoUrls']
if f.get('rate')
]
+ } for f in data['videoUrls']]
self._sort_formats(formats)