Skip to content
Snippets Groups Projects
Commit 8b134b10 authored by Philipp Hagemeister's avatar Philipp Hagemeister
Browse files

Merge branch 'master' of github.com:rg3/youtube-dl

parents 0c75c3fa 1a62c18f
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment