diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-05-08 20:08:58 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-05-08 20:10:39 +0700 |
commit | b6eb74e340fd523fb0c710b3141d6f9c696069f2 (patch) | |
tree | 5fc01ee7e856f86f4ea43845cd5ee2ac92e973ed /youtube_dl/extractor/extractors.py | |
parent | 3d40084b835afe49adff7eca67dec26bc9b95c0a (diff) |
[nonktube] Add extractor (closes #8647, closes #13024)
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 1d7495910..968cca9d2 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -663,6 +663,7 @@ from .nintendo import NintendoIE from .njpwworld import NJPWWorldIE from .nobelprize import NobelPrizeIE from .noco import NocoIE +from .nonktube import NonkTubeIE from .noovo import NoovoIE from .normalboots import NormalbootsIE from .nosvideo import NosVideoIE |