projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2676caf
)
[redtube] Fix test
author
Sergey M․
<dstftw@gmail.com>
Wed, 25 Mar 2015 14:09:01 +0000
(20:09 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 25 Mar 2015 14:09:01 +0000
(20:09 +0600)
youtube_dl/extractor/redtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/redtube.py
b/youtube_dl/extractor/redtube.py
index 2e3db6887a7f525ce41c5835a648d2ce926231a9..d6054d7175fd49a22117dd357bea7905f6e739be 100644
(file)
--- a/
youtube_dl/extractor/redtube.py
+++ b/
youtube_dl/extractor/redtube.py
@@
-8,11
+8,12
@@
class RedTubeIE(InfoExtractor):
_VALID_URL = r'http://(?:www\.)?redtube\.com/(?P<id>[0-9]+)'
_TEST = {
'url': 'http://www.redtube.com/66418',
+ 'md5': '7b8c22b5e7098a3e1c09709df1126d2d',
'info_dict': {
'id': '66418',
'ext': 'mp4',
-
"title": "Sucked on a toilet"
,
-
"age_limit"
: 18,
+
'title': 'Sucked on a toilet'
,
+
'age_limit'
: 18,
}
}