浏览代码

[khanacademy] Update test

Jaime Marquínez Ferrándiz 10 年之前
父节点
当前提交
628bc4d1e7
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      youtube_dl/extractor/khanacademy.py

+ 3 - 1
youtube_dl/extractor/khanacademy.py

@@ -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': {