diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-04-05 21:54:09 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-04-05 21:54:09 +0600 |
commit | 40a056d85d7711e2f93bd5f7cc057672650386b8 (patch) | |
tree | a3738b8f7f2a208ad995fe471f8b5d22bd9da90f /youtube_dl/extractor/__init__.py | |
parent | e7d77efb9dddc145b3d431047f2f98e19df4114e (diff) |
[extractor/__init__] Remove novamov extractor and sort novamov based extractors alphabetically
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 69ea21a23..c3121d83c 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -496,12 +496,11 @@ from .normalboots import NormalbootsIE from .nosvideo import NosVideoIE from .nova import NovaIE from .novamov import ( - NovaMovIE, - WholeCloudIE, + AuroraVidIE, + CloudTimeIE, NowVideoIE, VideoWeedIE, - CloudTimeIE, - AuroraVidIE, + WholeCloudIE, ) from .nowness import ( NownessIE, |