diff options
author | hojel <hojelei@gmail.com> | 2014-05-12 03:48:40 -0700 |
---|---|---|
committer | hojel <hojelei@gmail.com> | 2014-05-12 03:48:40 -0700 |
commit | 749fe60c1eaa157db4360edf55cf41a10489f349 (patch) | |
tree | 7a9b9688129b6f529fbad798a830e31c50050f75 /youtube_dl/extractor/__init__.py | |
parent | e399853d0c5784257ffcb6fba147d0b47d3f9bb6 (diff) |
[nuvid] Add new extractor
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 9529077c7..287044180 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -194,6 +194,7 @@ from .nowvideo import NowVideoIE from .nrk import NRKIE from .ntv import NTVIE from .nytimes import NYTimesIE +from .nuvid import NuvidIE from .oe1 import OE1IE from .ooyala import OoyalaIE from .orf import ORFIE |