aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/bliptv.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-06-27 20:46:46 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-06-27 20:46:46 +0200
commit6f5ac90cf314e8e1a7c5c416fb51e3a7b8483e9c (patch)
tree5858b022ee180d96bbb57ca5c2fb827222c83f8d /youtube_dl/extractor/bliptv.py
parentddbd9035764678fbd698a8e5358a8cfbdfe0dfe9 (diff)
downloadyoutube-dl-6f5ac90cf314e8e1a7c5c416fb51e3a7b8483e9c.tar.xz
Move tests to the IE definitions
Diffstat (limited to 'youtube_dl/extractor/bliptv.py')
-rw-r--r--youtube_dl/extractor/bliptv.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/youtube_dl/extractor/bliptv.py b/youtube_dl/extractor/bliptv.py
index df2ad4be2..37141e6a0 100644
--- a/youtube_dl/extractor/bliptv.py
+++ b/youtube_dl/extractor/bliptv.py
@@ -24,6 +24,17 @@ class BlipTVIE(InfoExtractor):
_VALID_URL = r'^(?:https?://)?(?:\w+\.)?blip\.tv/((.+/)|(play/)|(api\.swf#))(.+)$'
_URL_EXT = r'^.*\.([a-z0-9]+)$'
IE_NAME = u'blip.tv'
+ _TEST = {
+ u'url': u'http://blip.tv/cbr/cbr-exclusive-gotham-city-imposters-bats-vs-jokerz-short-3-5796352',
+ u'file': u'5779306.m4v',
+ u'md5': u'b2d849efcf7ee18917e4b4d9ff37cafe',
+ u'info_dict': {
+ u"upload_date": u"20111205",
+ u"description": u"md5:9bc31f227219cde65e47eeec8d2dc596",
+ u"uploader": u"Comic Book Resources - CBR TV",
+ u"title": u"CBR EXCLUSIVE: \"Gotham City Imposters\" Bats VS Jokerz Short 3"
+ }
+ }
def report_direct_download(self, title):
"""Report information extraction."""