diff options
author | Frederic Bournival <fredbournival@gmail.com> | 2017-04-19 17:43:32 -0400 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-04-30 00:24:19 +0700 |
commit | 1c7c76e4fb1f5d5c05cfa22483a46e7dd870ac0f (patch) | |
tree | 30fb3ca4c1b2030ca367d3789f0ac841e56956da /youtube_dl/extractor/extractors.py | |
parent | 557194591a3afcf16f2d554aa0af34ce83ca163f (diff) |
[noovo] 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 39e5380b8..612007a46 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 .noovo import NoovoIE from .normalboots import NormalbootsIE from .nosvideo import NosVideoIE from .nova import NovaIE |