Browse Source

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

rtmp_test
Philipp Hagemeister 11 years ago
parent
commit
8b134b1062
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      youtube_dl/extractor/bambuser.py

+ 5
- 0
youtube_dl/extractor/bambuser.py View 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):


Loading…
Cancel
Save