aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorcoreynicholson <coreynicholson@users.noreply.github.com>2017-07-09 22:24:04 +0100
committerSergey M <dstftw@gmail.com>2017-07-10 04:24:04 +0700
commitb71c18b4343d54ce8373e9a11df882aca1ae82a0 (patch)
treef0a06c9a3384aa4e5a87c719cb5a55332c21a635 /youtube_dl/extractor/extractors.py
parent7bf539edcc3dc44481d5196fd01637698653ffc7 (diff)
downloadyoutube-dl-b71c18b4343d54ce8373e9a11df882aca1ae82a0.tar.xz
[vlive:playlist] Add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 9ee080895..eb1541729 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1206,7 +1206,8 @@ from .vk import (
)
from .vlive import (
VLiveIE,
- VLiveChannelIE
+ VLiveChannelIE,
+ VLivePlaylistIE
)
from .vodlocker import VodlockerIE
from .vodpl import VODPlIE