[vlive:playlist] Add extractor

This commit is contained in:
coreynicholson 2017-07-09 22:24:04 +01:00 committed by Sergey M
parent 7bf539edcc
commit b71c18b434
2 changed files with 58 additions and 1 deletions

View file

@ -1206,7 +1206,8 @@ from .vk import (
)
from .vlive import (
VLiveIE,
VLiveChannelIE
VLiveChannelIE,
VLivePlaylistIE
)
from .vodlocker import VodlockerIE
from .vodpl import VODPlIE