1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 22:55:42 +07:00

[vlive] Add support for channels

This commit is contained in:
ping
2017-01-24 13:52:17 +08:00
committed by Sergey M
parent ab6f6aee78
commit b92d3c5343
2 changed files with 72 additions and 1 deletions

View File

@@ -1129,7 +1129,10 @@
VKUserVideosIE,
VKWallPostIE,
)
from .vlive import VLiveIE
from .vlive import (
VLiveIE,
VLiveChannelIE
)
from .vodlocker import VodlockerIE
from .vodplatform import VODPlatformIE
from .voicerepublic import VoiceRepublicIE