diff options
author | coreynicholson <coreynicholson@users.noreply.github.com> | 2017-07-09 22:24:04 +0100 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2017-07-10 04:24:04 +0700 |
commit | b71c18b4343d54ce8373e9a11df882aca1ae82a0 (patch) | |
tree | f0a06c9a3384aa4e5a87c719cb5a55332c21a635 /youtube_dl/extractor/extractors.py | |
parent | 7bf539edcc3dc44481d5196fd01637698653ffc7 (diff) |
[vlive:playlist] Add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 3 |
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 |