aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-05-25 07:14:18 +0700
committerSergey M․ <dstftw@gmail.com>2014-05-25 07:14:18 +0700
commitdfb2e1a325236404c438fdbda73da8c6ca8383cd (patch)
tree20866713012d65a002ba11b47a19739bea77f3fc /youtube_dl/extractor/__init__.py
parent65bab327b4c34ec347dff0e8fb8e00f65c11568a (diff)
downloadyoutube-dl-dfb2e1a325236404c438fdbda73da8c6ca8383cd.tar.xz
[nrktv] Add support for tv.nrk.no (Closes #2980)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 4a4eb4b74..def58f1d6 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -194,7 +194,10 @@ from .normalboots import NormalbootsIE
from .novamov import NovaMovIE
from .nowness import NownessIE
from .nowvideo import NowVideoIE
-from .nrk import NRKIE
+from .nrk import (
+ NRKIE,
+ NRKTVIE,
+)
from .ntv import NTVIE
from .nytimes import NYTimesIE
from .nuvid import NuvidIE