aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-30 03:09:19 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-30 03:09:19 +0100
commit02c1d5e285e5d6c7f1a671610170526ab3ef8bd6 (patch)
tree03430b77a3f313e60ad2816a63f5ef7805700473 /youtube_dl/extractor/__init__.py
parentec4161a57d66c92ea7460ac44dda13aadfb85f21 (diff)
parent206dba27a4d134cf9a65b93f7a12bee033a80b18 (diff)
downloadyoutube-dl-02c1d5e285e5d6c7f1a671610170526ab3ef8bd6.tar.xz
Merge remote-tracking branch 'yan12125/IE_NextMedia'
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py6
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