projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab2724
)
[redtube] Do not test md5, seems to vary
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 16 Nov 2013 09:30:09 +0000
(10:30 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 16 Nov 2013 09:30:09 +0000
(10:30 +0100)
youtube_dl/extractor/redtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/redtube.py
b/youtube_dl/extractor/redtube.py
index 994778e16758bc292a01e99e5292caee30a6d5c2..3bbda128e1a3881ffd0b7a81e6c45da128994db5 100644
(file)
--- 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,