mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
Minor fixes
Remove empty description Set correct md5 test
This commit is contained in:
parent
008af8660b
commit
bacb5e4f44
@ -32,12 +32,11 @@ class CliphunterIE(InfoExtractor):
|
||||
_TESTS = [{
|
||||
u'url': u'http://www.cliphunter.com/w/1012420/Fun_Jynx_Maze_solo',
|
||||
u'file': u'1012420.flv',
|
||||
u'md5': u'49f72e2fd2977e6e518be9836dcf861e',
|
||||
u'md5': u'15e7740f30428abf70f4223478dc1225',
|
||||
u'info_dict': {
|
||||
u"title": u"Fun Jynx Maze solo",
|
||||
u'title': u'Fun Jynx Maze solo',
|
||||
}
|
||||
},
|
||||
]
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
mobj = re.match(self._VALID_URL, url)
|
||||
@ -65,5 +64,4 @@ def _real_extract(self, url):
|
||||
'id': video_id,
|
||||
'title': video_title,
|
||||
'formats': formats,
|
||||
'description': '',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user