projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9441f77
)
[bliptv] Add test with missing duration
author
Sergey M․
<dstftw@gmail.com>
Fri, 17 Jul 2015 19:45:54 +0000
(
01:45
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 17 Jul 2015 19:45:54 +0000
(
01:45
+0600)
youtube_dl/extractor/bliptv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bliptv.py
b/youtube_dl/extractor/bliptv.py
index cd06dbcea3f7f3a12992aeb648b1742896ab6270..a69ee482b122be066ded94702bcd28e3ddec1794 100644
(file)
--- a/
youtube_dl/extractor/bliptv.py
+++ b/
youtube_dl/extractor/bliptv.py
@@
-102,6
+102,20
@@
class BlipTVIE(InfoExtractor):
'vcodec': 'none',
}
},
+ {
+ # missing duration
+ 'url': 'http://blip.tv/rss/flash/6700880',
+ 'info_dict': {
+ 'id': '6684191',
+ 'ext': 'm4v',
+ 'title': 'Cowboy Bebop: Gateway Shuffle Review',
+ 'description': 'md5:3acc480c0f9ae157f5fe88547ecaf3f8',
+ 'timestamp': 1386639757,
+ 'upload_date': '20131210',
+ 'uploader': 'sfdebris',
+ 'uploader_id': '706520',
+ }
+ }
]
@staticmethod