1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[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