[vice:show] Add extractor (Closes #8847)

This commit is contained in:
Sergey M․ 2016-03-13 17:22:23 +06:00
parent 7f4173ae7c
commit 0a477f8731
2 changed files with 61 additions and 20 deletions

View file

@ -836,7 +836,10 @@ from .vgtv import (
VGTVIE,
)
from .vh1 import VH1IE
from .vice import ViceIE
from .vice import (
ViceIE,
ViceShowIE,
)
from .viddler import ViddlerIE
from .videodetective import VideoDetectiveIE
from .videofyme import VideofyMeIE