1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-07 22:37:07 -05:00

[Vidbit] Add new extractor

This commit is contained in:
TRox1972
2016-06-12 03:18:56 +02:00
committed by Sergey M․
parent fc3996bfe1
commit 3c9c088f9c
2 changed files with 37 additions and 0 deletions

View File

@@ -916,6 +916,7 @@ from .vice import (
ViceIE,
ViceShowIE,
)
from .vidbit import VidbitIE
from .viddler import ViddlerIE
from .videodetective import VideoDetectiveIE
from .videofyme import VideofyMeIE