about summary refs log tree commit diff
path: root/youtube_dl/extractor/xvideos.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-08-16 21:20:15 +0700
committerSergey M․ <dstftw@gmail.com>2016-08-16 21:20:15 +0700
commit98affc1a482ab41466c76cfded41949c4db58f67 (patch)
tree93d15b82bd85dc92fecf8c169747e46e4f301a4f /youtube_dl/extractor/xvideos.py
parent70a2829fee4203ebeb399481304d289ff92adf29 (diff)
downloadyoutube-dl-98affc1a482ab41466c76cfded41949c4db58f67.tar.gz
youtube-dl-98affc1a482ab41466c76cfded41949c4db58f67.tar.xz
youtube-dl-98affc1a482ab41466c76cfded41949c4db58f67.zip
[xvideos] Fix test
Diffstat (limited to 'youtube_dl/extractor/xvideos.py')
-rw-r--r--youtube_dl/extractor/xvideos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/xvideos.py b/youtube_dl/extractor/xvideos.py
index b2ef15119..30825daae 100644
--- 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,
         }