projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a2829
)
[xvideos] Fix test
author
Sergey M․
<dstftw@gmail.com>
Tue, 16 Aug 2016 14:20:15 +0000
(21:20 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 16 Aug 2016 14:20:15 +0000
(21:20 +0700)
youtube_dl/extractor/xvideos.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/xvideos.py
b/youtube_dl/extractor/xvideos.py
index b2ef15119dd32f202600cedaf22859233c9c10a1..30825daae956e12f450e32bc66aea737a5c293e0 100644
(file)
--- a/
youtube_dl/extractor/xvideos.py
+++ b/
youtube_dl/extractor/xvideos.py
@@
-15,10
+15,10
@@
class XVideosIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?xvideos\.com/video(?P<id>[0-9]+)(?:.*)'
_TEST = {
'url': 'http://www.xvideos.com/video4588838/biker_takes_his_girl',
- 'md5': '
4b46ae6ea5e6e9086e714d883313c0c9
',
+ 'md5': '
14cea69fcb84db54293b1e971466c2e1
',
'info_dict': {
'id': '4588838',
- 'ext': '
flv
',
+ 'ext': '
mp4
',
'title': 'Biker Takes his Girl',
'age_limit': 18,
}