diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-30 03:09:19 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-30 03:09:19 +0100 |
commit | 02c1d5e285e5d6c7f1a671610170526ab3ef8bd6 (patch) | |
tree | 03430b77a3f313e60ad2816a63f5ef7805700473 /youtube_dl/extractor/__init__.py | |
parent | ec4161a57d66c92ea7460ac44dda13aadfb85f21 (diff) | |
parent | 206dba27a4d134cf9a65b93f7a12bee033a80b18 (diff) |
Merge remote-tracking branch 'yan12125/IE_NextMedia'
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 44a6d7484..ad4ed103b 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -285,6 +285,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 |