diff options
author | Sergey M. <dstftw@gmail.com> | 2015-08-13 00:57:00 +0600 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2015-08-13 00:57:00 +0600 |
commit | fa37c26c4d350d89017de500a76bb57edcbca280 (patch) | |
tree | 504659f3a57fa731e18b96426210f4cffb64a650 /youtube_dl/extractor/__init__.py | |
parent | 479bf783d2d90c303e6b152e5e697265832747d2 (diff) | |
parent | d7dbfc7cc18c2d54d7e1752def6c4710c58b49fc (diff) |
Merge pull request #6537 from ngld/rtvnhnl
[rtvnhnl] Added 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 dad3ec87f..9a6308723 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -491,6 +491,7 @@ from .rtl2 import RTL2IE from .rtp import RTPIE from .rts import RTSIE from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE +from .rtvnh import RTVNHIE from .ruhd import RUHDIE from .rutube import ( RutubeIE, |