diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-04-25 21:34:44 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-04-25 21:34:44 +0700 |
commit | d2176c80116c90ca5cac676fbbba07a55198ff43 (patch) | |
tree | e573b832165ed014a31f7549edfa917522feb6d4 /youtube_dl/extractor/__init__.py | |
parent | aa92f063086bcc5b4d8606dc549c1fae5be9a525 (diff) |
[nrk] Add support for nrk.no (Closes #2804)
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 1823b5518..9a0983e17 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -188,6 +188,7 @@ from .normalboots import NormalbootsIE from .novamov import NovaMovIE from .nowness import NownessIE from .nowvideo import NowVideoIE +from .nrk import NRKIE from .ntv import NTVIE from .oe1 import OE1IE from .ooyala import OoyalaIE |