diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2017-02-25 18:44:39 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2017-02-25 18:44:39 +0800 |
commit | db182c63fb4a58974e425a56d235131fd9efc531 (patch) | |
tree | 222da8662a24ccc9a83864d56be1752005259390 /youtube_dl/extractor/extractors.py | |
parent | eeb0a9568442a4dbbf3478579abe2696fbe890e2 (diff) |
[njpwworld] Add new extractor (closes #11561)
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 83a170fa7..703bc5d34 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -637,6 +637,7 @@ from .ninecninemedia import ( from .ninegag import NineGagIE from .ninenow import NineNowIE from .nintendo import NintendoIE +from .njpwworld import NJPWWorldIE from .nobelprize import NobelPrizeIE from .noco import NocoIE from .normalboots import NormalbootsIE |