Browse Source

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

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

7
youtube_dl/extractor/__init__.py

@ -496,12 +496,11 @@ from .normalboots import NormalbootsIE
from .nosvideo import NosVideoIE from .nosvideo import NosVideoIE
from .nova import NovaIE from .nova import NovaIE
from .novamov import ( from .novamov import (
NovaMovIE,
WholeCloudIE,
AuroraVidIE,
CloudTimeIE,
NowVideoIE, NowVideoIE,
VideoWeedIE, VideoWeedIE,
CloudTimeIE,
AuroraVidIE,
WholeCloudIE,
) )
from .nowness import ( from .nowness import (
NownessIE, NownessIE,

Loading…
Cancel
Save