aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/mwave.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/mwave.py')
-rw-r--r--youtube_dl/extractor/mwave.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/mwave.py b/youtube_dl/extractor/mwave.py
index 66b523197..5c3c8d464 100644
--- a/youtube_dl/extractor/mwave.py
+++ b/youtube_dl/extractor/mwave.py
@@ -12,7 +12,7 @@ class MwaveIE(InfoExtractor):
_VALID_URL = r'https?://mwave\.interest\.me/mnettv/videodetail\.m\?searchVideoDetailVO\.clip_id=(?P<id>[0-9]+)'
_TEST = {
'url': 'http://mwave.interest.me/mnettv/videodetail.m?searchVideoDetailVO.clip_id=168859',
- 'md5': 'c930e27b7720aaa3c9d0018dfc8ff6cc',
+ # md5 is unstable
'info_dict': {
'id': '168859',
'ext': 'flv',