mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 23:12:40 +00:00
[vidzi] Correct order in imports (#3989)
This commit is contained in:
parent
95ee84421e
commit
e65e06fbe2
1 changed files with 1 additions and 2 deletions
|
@ -423,6 +423,7 @@
|
|||
from .videott import VideoTtIE
|
||||
from .videoweed import VideoWeedIE
|
||||
from .vidme import VidmeIE
|
||||
from .vidzi import VidziIE
|
||||
from .vimeo import (
|
||||
VimeoIE,
|
||||
VimeoAlbumIE,
|
||||
|
@ -491,9 +492,7 @@
|
|||
YoutubeUserIE,
|
||||
YoutubeWatchLaterIE,
|
||||
)
|
||||
|
||||
from .zdf import ZDFIE
|
||||
from .vidzi import VidziIE
|
||||
|
||||
_ALL_CLASSES = [
|
||||
klass
|
||||
|
|
Loading…
Reference in a new issue