aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2016-07-14 14:16:11 +0100
committerRemita Amine <remitamine@gmail.com>2016-07-14 14:16:11 +0100
commit38e0f16a94b1790ed515fcd12c8bbcb58f2e4b53 (patch)
tree9bec76c25e7782b90ebd748effac9be5430bd0de /youtube_dl/extractor/extractors.py
parente910fe2fe439df9aa9cf8ca1253fe6db5839024a (diff)
downloadyoutube-dl-38e0f16a94b1790ed515fcd12c8bbcb58f2e4b53.tar.xz
[ninenow] Add new extractor(closes #5181)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 71baee90d..45817d7df 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -537,6 +537,7 @@ from .nick import (
from .niconico import NiconicoIE, NiconicoPlaylistIE
from .ninecninemedia import NineCNineMediaIE
from .ninegag import NineGagIE
+from .ninenow import NineNowIE
from .noco import NocoIE
from .normalboots import NormalbootsIE
from .nosvideo import NosVideoIE