diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-07-23 21:00:56 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-07-23 21:02:06 +0700 |
commit | c99d6890cb46626870474e5c1092d9772096c4b6 (patch) | |
tree | 195a1da3afc63728feb76b86d6eb33f453b3f4a3 /youtube_dl/extractor/extractors.py | |
parent | 70bfab0e9ac8ddb7da67d71633c8c4b0704054cf (diff) |
[nickru] 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 db7616caa..2513f2587 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -673,6 +673,7 @@ from .nick import ( NickIE, NickDeIE, NickNightIE, + NickRuIE, ) from .niconico import NiconicoIE, NiconicoPlaylistIE from .ninecninemedia import ( |