forked from minhngoc25a/yt-dlc
[khanacademy] Update test
This commit is contained in:
parent
a4c3f48639
commit
628bc4d1e7
|
@ -22,8 +22,10 @@ class KhanAcademyIE(InfoExtractor):
|
||||||
'description': 'The perfect cipher',
|
'description': 'The perfect cipher',
|
||||||
'duration': 176,
|
'duration': 176,
|
||||||
'uploader': 'Brit Cruise',
|
'uploader': 'Brit Cruise',
|
||||||
|
'uploader_id': 'khanacademy',
|
||||||
'upload_date': '20120411',
|
'upload_date': '20120411',
|
||||||
}
|
},
|
||||||
|
'add_ie': ['Youtube'],
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.khanacademy.org/math/applied-math/cryptography',
|
'url': 'https://www.khanacademy.org/math/applied-math/cryptography',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
|
Loading…
Reference in New Issue