1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[vod.pl] Add new extractor

This commit is contained in:
Marek Rusinowski
2017-02-13 21:42:26 +01:00
committed by Sergey M․
parent 9a372f14b4
commit 22ce9ad2bd
2 changed files with 37 additions and 0 deletions

View File

@ -1147,6 +1147,7 @@ from .vlive import (
VLiveChannelIE
)
from .vodlocker import VodlockerIE
from .vodpl import VODPlIE
from .vodplatform import VODPlatformIE
from .voicerepublic import VoiceRepublicIE
from .voxmedia import VoxMediaIE