diff options
author | Remita Amine <remitamine@gmail.com> | 2019-04-21 14:51:26 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2019-04-21 14:51:26 +0100 |
commit | c9b19d7a55549baa8b931390d94bdefb12a76d1d (patch) | |
tree | 4dad02c8ffc64cef87146b671a7e7b7149130243 /youtube_dl/extractor/extractors.py | |
parent | 47cfa0051641d65894da02d64484055b04f767e0 (diff) |
[ntvcojp] Add new 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 86ecc0b66..bac90f277 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -808,6 +808,7 @@ from .nrk import ( NRKTVSeasonIE, NRKTVSeriesIE, ) +from .ntvcojp import NTVCoJpCUIE from .ntvde import NTVDeIE from .ntvru import NTVRuIE from .nytimes import ( |