Browse Source

[redtube] Do not test md5, seems to vary

Philipp Hagemeister 11 years ago
parent
commit
d1c252048b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      youtube_dl/extractor/redtube.py

+ 3 - 1
youtube_dl/extractor/redtube.py

@@ -8,7 +8,9 @@ class RedTubeIE(InfoExtractor):
     _TEST = {
     _TEST = {
         u'url': u'http://www.redtube.com/66418',
         u'url': u'http://www.redtube.com/66418',
         u'file': u'66418.mp4',
         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'info_dict': {
             u"title": u"Sucked on a toilet",
             u"title": u"Sucked on a toilet",
             u"age_limit": 18,
             u"age_limit": 18,