aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-16 10:30:09 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-16 10:30:09 +0100
commitd1c252048bf74add82de0b9812b589956f3c8a69 (patch)
tree94df1723dcdf258658866490a6df0474b334359c
parenteab2724138670159f1946608359f5e5bd5a7e7af (diff)
downloadyoutube-dl-d1c252048bf74add82de0b9812b589956f3c8a69.tar.xz
[redtube] Do not test md5, seems to vary
-rw-r--r--youtube_dl/extractor/redtube.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/extractor/redtube.py b/youtube_dl/extractor/redtube.py
index 994778e16..3bbda128e 100644
--- a/youtube_dl/extractor/redtube.py
+++ b/youtube_dl/extractor/redtube.py
@@ -8,7 +8,9 @@ class RedTubeIE(InfoExtractor):
_TEST = {
u'url': u'http://www.redtube.com/66418',
u'file': u'66418.mp4',
- u'md5': u'7b8c22b5e7098a3e1c09709df1126d2d',
+ # md5 varies from time to time, as in
+ # https://travis-ci.org/rg3/youtube-dl/jobs/14052463#L295
+ #u'md5': u'7b8c22b5e7098a3e1c09709df1126d2d',
u'info_dict': {
u"title": u"Sucked on a toilet",
u"age_limit": 18,