diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 21:48:54 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 21:48:54 +0100 |
commit | 8f4b58d70e29df13d6002579b5c9448acc89d6c1 (patch) | |
tree | 887a1e49cee709f58e7773bd5e9f2b73a1768351 /youtube_dl/extractor/__init__.py | |
parent | 3fd45e03bf86c2ad2ef17362452a9a745dc10755 (diff) |
[ntvde] Add new extractor (Fixes #4850)
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 bd707e028..205bd4338 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -317,6 +317,7 @@ from .nrk import ( NRKIE, NRKTVIE, ) +from .ntvde import NTVDeIE from .ntvru import NTVRuIE from .nytimes import NYTimesIE from .nuvid import NuvidIE |