aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorping <liping.ong@gmail.com>2017-01-24 13:52:17 +0800
committerSergey M <dstftw@gmail.com>2017-01-28 18:50:38 +0700
commitb92d3c5343536eb0a865afa79e3787fc384ec0ec (patch)
tree46f7df07ab8ff8cee4c2b5dbc335e065d30a7981 /youtube_dl/extractor/extractors.py
parentab6f6aee78fc4757fcb65bd8f4699aaf9feac3a6 (diff)
downloadyoutube-dl-b92d3c5343536eb0a865afa79e3787fc384ec0ec.tar.xz
[vlive] Add support for channels
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 81366f933..c781c9b87 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -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