diff options
author | NeroBurner <pyro4hell@gmail.com> | 2016-09-26 22:45:02 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-11-02 01:25:59 +0700 |
commit | e3577722b0bdb16e786eba8029d09ccc1983e0ce (patch) | |
tree | e010f5740368725f37a15ef3aa5e63dfe53aec34 /youtube_dl/extractor/extractors.py | |
parent | b82c33dd67c24cd6db94a9793b2f62a5db412795 (diff) |
[nicknight] Add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index dea97920b..913ffe29a 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -596,6 +596,7 @@ from .nhl import ( from .nick import ( NickIE, NickDeIE, + NickNightAtIE, ) from .niconico import NiconicoIE, NiconicoPlaylistIE from .ninecninemedia import ( |