update tests related to the change in youtube http format sorting

the change was done in 82156fdbf0
This commit is contained in:
remitamine 2016-03-05 21:52:24 +01:00
parent 1db772673e
commit f22ba4bd60
8 changed files with 14 additions and 14 deletions

View file

@ -14,10 +14,10 @@ class KhanAcademyIE(InfoExtractor):
_TESTS = [{
'url': 'http://www.khanacademy.org/video/one-time-pad',
'md5': '7021db7f2d47d4fff89b13177cb1e8f4',
'md5': '7b391cce85e758fb94f763ddc1bbb979',
'info_dict': {
'id': 'one-time-pad',
'ext': 'mp4',
'ext': 'webm',
'title': 'The one-time pad',
'description': 'The perfect cipher',
'duration': 176,