diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-04-19 22:38:31 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-04-19 22:38:31 +0700 |
commit | c19420027768c80a6a375f5a517fde9f65c1fc31 (patch) | |
tree | 5d522199e3c6ca5dd95b59cd4de0818bc6593270 /youtube_dl/extractor/mofosex.py | |
parent | d317973284f6d9886bda0bf8215ffb4f060af41d (diff) |
[mofosex] Fix test
Diffstat (limited to 'youtube_dl/extractor/mofosex.py')
-rw-r--r-- | youtube_dl/extractor/mofosex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/mofosex.py b/youtube_dl/extractor/mofosex.py index 54716f5c7..1c652813a 100644 --- a/youtube_dl/extractor/mofosex.py +++ b/youtube_dl/extractor/mofosex.py @@ -12,7 +12,7 @@ class MofosexIE(KeezMoviesIE): _VALID_URL = r'https?://(?:www\.)?mofosex\.com/videos/(?P<id>\d+)/(?P<display_id>[^/?#&.]+)\.html' _TESTS = [{ 'url': 'http://www.mofosex.com/videos/318131/amateur-teen-playing-and-masturbating-318131.html', - 'md5': '39a15853632b7b2e5679f92f69b78e91', + 'md5': '558fcdafbb63a87c019218d6e49daf8a', 'info_dict': { 'id': '318131', 'display_id': 'amateur-teen-playing-and-masturbating-318131', |