mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 23:07:07 -05:00 
			
		
		
		
	[mwave] Skip checking unstable MD5
On my PC the checksum is 02eda6d09fb63131a17a8d44e6237463, while a recent Travis CI build (https://travis-ci.org/rg3/youtube-dl/jobs/125341081) shows it's c930e27b7720aaa3c9d0018dfc8ff6cc
This commit is contained in:
		@@ -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',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user