[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 @@ from .vk import (
VKUserVideosIE,
VKWallPostIE,
)
from .vlive import VLiveIE
from .vlive import (
VLiveIE,
VLiveChannelIE
)
from .vodlocker import VodlockerIE
from .vodplatform import VODPlatformIE
from .voicerepublic import VoiceRepublicIE