[videa] Add extractor

This commit is contained in:
Bagira 2016-11-03 12:53:45 +01:00 committed by Sergey M․
parent 490da94edf
commit e746021577
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 102 additions and 0 deletions

View file

@ -1064,6 +1064,10 @@ from .vice import (
from .viceland import VicelandIE
from .vidbit import VidbitIE
from .viddler import ViddlerIE
from .videa import (
VideaIE,
VideaEmbedIE,
)
from .videodetective import VideoDetectiveIE
from .videofyme import VideofyMeIE
from .videomega import VideoMegaIE