diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-11-02 01:35:53 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-11-02 01:35:53 +0700 |
commit | f449c061d04b37f70dafa8c01a2e1fb7a47a9a5f (patch) | |
tree | 86f7e8ea9352b1771106e1862bd2b0733cde8fd6 /youtube_dl/extractor/extractors.py | |
parent | 9c82bba05d5495d29be2ee20fc9cb690b37fcdce (diff) |
[nicknight] Improve extraction (closes #10769)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 913ffe29a..f30ac5aaf 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -596,7 +596,7 @@ from .nhl import ( from .nick import ( NickIE, NickDeIE, - NickNightAtIE, + NickNightIE, ) from .niconico import NiconicoIE, NiconicoPlaylistIE from .ninecninemedia import ( |