projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f058e34
)
[bambuser] Do not test for MD5, seems to be flaky
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 16 Nov 2013 00:59:28 +0000
(
01:59
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 16 Nov 2013 00:59:28 +0000
(
01:59
+0100)
youtube_dl/extractor/bambuser.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bambuser.py
b/youtube_dl/extractor/bambuser.py
index f3b36f4733021e05fb8c3db5bf3d218cb2e59536..967568c4a4cd2b74a9313428e9c9bc4e79376659 100644
(file)
--- a/
youtube_dl/extractor/bambuser.py
+++ b/
youtube_dl/extractor/bambuser.py
@@
-15,7
+15,8
@@
class BambuserIE(InfoExtractor):
_TEST = {
u'url': u'http://bambuser.com/v/4050584',
- u'md5': u'fba8f7693e48fd4e8641b3fd5539a641',
+ # MD5 seems to be flaky, see https://travis-ci.org/rg3/youtube-dl/jobs/14051016#L388
+ #u'md5': u'fba8f7693e48fd4e8641b3fd5539a641',
u'info_dict': {
u'id': u'4050584',
u'ext': u'flv',