1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-25 05:09:34 +00:00

[extractors] Remove VLivePlaylistIE import

This commit is contained in:
Remita Amine 2020-11-16 16:36:56 +01:00
parent 059fa9aa81
commit f22fa82d7f

View file

@ -1357,7 +1357,6 @@ from .vk import (
from .vlive import (
VLiveIE,
VLiveChannelIE,
VLivePlaylistIE
)
from .vodlocker import VodlockerIE
from .vodpl import VODPlIE