mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 09:01:43 +00:00
[bambuser] Do not test for MD5, seems to be flaky
This commit is contained in:
parent
f058e34011
commit
ce152341a1
@ -15,7 +15,8 @@ class BambuserIE(InfoExtractor):
|
|||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
u'url': u'http://bambuser.com/v/4050584',
|
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'info_dict': {
|
||||||
u'id': u'4050584',
|
u'id': u'4050584',
|
||||||
u'ext': u'flv',
|
u'ext': u'flv',
|
||||||
|
Loading…
Reference in New Issue
Block a user