mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 10:11:52 +00:00
[extractors] Remove VLivePlaylistIE import
This commit is contained in:
parent
059fa9aa81
commit
f22fa82d7f
1 changed files with 0 additions and 1 deletions
|
@ -1357,7 +1357,6 @@ from .vk import (
|
||||||
from .vlive import (
|
from .vlive import (
|
||||||
VLiveIE,
|
VLiveIE,
|
||||||
VLiveChannelIE,
|
VLiveChannelIE,
|
||||||
VLivePlaylistIE
|
|
||||||
)
|
)
|
||||||
from .vodlocker import VodlockerIE
|
from .vodlocker import VodlockerIE
|
||||||
from .vodpl import VODPlIE
|
from .vodpl import VODPlIE
|
||||||
|
|
Loading…
Reference in a new issue