Browse Source

[khanacademy] Update test

Jaime Marquínez Ferrándiz 10 years ago
parent
commit
628bc4d1e7
1 changed files with 3 additions and 1 deletions
  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',
             'duration': 176,
             'uploader': 'Brit Cruise',
+            'uploader_id': 'khanacademy',
             'upload_date': '20120411',
-        }
+        },
+        'add_ie': ['Youtube'],
     }, {
         'url': 'https://www.khanacademy.org/math/applied-math/cryptography',
         'info_dict': {