mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-25 11:41:52 +00:00
[extractor/__init__] Remove novamov extractor and sort novamov based extractors alphabetically
This commit is contained in:
parent
e7d77efb9d
commit
40a056d85d
1 changed files with 3 additions and 4 deletions
|
@ -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,
|
AuroraVidIE,
|
||||||
WholeCloudIE,
|
CloudTimeIE,
|
||||||
NowVideoIE,
|
NowVideoIE,
|
||||||
VideoWeedIE,
|
VideoWeedIE,
|
||||||
CloudTimeIE,
|
WholeCloudIE,
|
||||||
AuroraVidIE,
|
|
||||||
)
|
)
|
||||||
from .nowness import (
|
from .nowness import (
|
||||||
NownessIE,
|
NownessIE,
|
||||||
|
|
Loading…
Reference in a new issue