diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-27 23:20:32 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-27 23:20:32 +0600 |
commit | b25b645d5106e5b2bf33c640813fe744b63f4730 (patch) | |
tree | bc66ddc05d4be3841b6da33771f2c4ae9b0f64e4 /youtube_dl/extractor/__init__.py | |
parent | 5d0a33eebcae821ac5d1124043a5ad77a58fa291 (diff) |
[nowtv] Improve and simplify
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index bfd07392e..17248ccea 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -355,7 +355,7 @@ from .normalboots import NormalbootsIE from .nosvideo import NosVideoIE from .novamov import NovaMovIE from .nowness import NownessIE -from .nowtv import NowTvIE +from .nowtv import NowTVIE from .nowvideo import NowVideoIE from .npo import ( NPOIE, |