[bambuser] Skip the download in the test
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 25 Nov 2013 21:03:20 +0000 (22:03 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 25 Nov 2013 21:03:20 +0000 (22:03 +0100)
It doesn't respect the 'Range' header.

youtube_dl/extractor/bambuser.py

index 967568c4a4cd2b74a9313428e9c9bc4e79376659..b80508efed09a7ccece8e6980706e7083d3b96e9 100644 (file)
@@ -25,6 +25,11 @@ class BambuserIE(InfoExtractor):
             u'uploader': u'pixelversity',
             u'uploader_id': u'344706',
         },
+        u'params': {
+            # It doesn't respect the 'Range' header, it would download the whole video
+            # caused the travis builds to fail: https://travis-ci.org/rg3/youtube-dl/jobs/14493845#L59
+            u'skip_download': True,
+        },
     }
 
     def _real_extract(self, url):