aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-01-29 03:18:53 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-01-29 03:18:53 +0800
commit206dba27a4d134cf9a65b93f7a12bee033a80b18 (patch)
treeae91c66f2e12a9fe527aa7300fddf60d39bf784e /youtube_dl/extractor/__init__.py
parentdcf53d440801505a27ee5615e3fb58b6a794bc73 (diff)
downloadyoutube-dl-206dba27a4d134cf9a65b93f7a12bee033a80b18.tar.xz
[NextMedia] Add new extractor
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 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