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

[extractor/vk] VKPlay, VKPlayLive: Add extractors (#7358)

Closes #7107
Authored by: c-basalt
This commit is contained in:
c-basalt
2023-07-02 15:31:00 -04:00
committed by GitHub
parent af1fd12f67
commit 8776349ef6
2 changed files with 141 additions and 0 deletions

View File

@ -2272,6 +2272,8 @@ from .vk import (
VKIE,
VKUserVideosIE,
VKWallPostIE,
VKPlayIE,
VKPlayLiveIE,
)
from .vocaroo import VocarooIE
from .vodlocker import VodlockerIE