diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-08-20 01:41:18 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-08-20 01:41:18 +0800 |
commit | dac14bf311fd1b3c6af6c57b3b03878a11ef5aae (patch) | |
tree | 7fbe22f2a54e8bcb3e2c2be304e97ae452448966 /youtube_dl/extractor/__init__.py | |
parent | 05fe2594e4589b4e714a423550172eeec3949a70 (diff) |
[nbc] Add MSNBCIE
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index b5f7ff9a9..86ea0576a 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -358,6 +358,7 @@ from .nbc import ( NBCNewsIE, NBCSportsIE, NBCSportsVPlayerIE, + MSNBCIE, ) from .ndr import ( NDRIE, |