Browse Source

[extractor/__init__] Remove novamov extractor and sort novamov based extractors alphabetically

totalwebcasting
Sergey M․ 9 years ago
parent
commit
40a056d85d
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      youtube_dl/extractor/__init__.py

+ 3
- 4
youtube_dl/extractor/__init__.py View File

@ -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,


Loading…
Cancel
Save