diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-01-29 03:18:53 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-01-29 03:18:53 +0800 |
commit | 206dba27a4d134cf9a65b93f7a12bee033a80b18 (patch) | |
tree | ae91c66f2e12a9fe527aa7300fddf60d39bf784e /youtube_dl/extractor/__init__.py | |
parent | dcf53d440801505a27ee5615e3fb58b6a794bc73 (diff) |
[NextMedia] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 03c56156a..444af8b6e 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -284,6 +284,12 @@ from .netzkino import NetzkinoIE from .nerdcubed import NerdCubedFeedIE from .newgrounds import NewgroundsIE from .newstube import NewstubeIE +from .nextmedia import ( + NextMediaIE, + NextMediaActionNewsIE, + AppleDailyRealtimeNewsIE, + AppleDailyAnimationNewsIE +) from .nfb import NFBIE from .nfl import NFLIE from .nhl import NHLIE, NHLVideocenterIE |