[vh1] Add new extractor (#2072)

This commit is contained in:
Ralf Haring
2014-05-16 18:15:02 -04:00
parent 76e92371ac
commit 3ee4b60d56
3 changed files with 129 additions and 0 deletions

View File

@ -294,6 +294,12 @@ from .veehd import VeeHDIE
from .veoh import VeohIE
from .vesti import VestiIE
from .vevo import VevoIE
from .vh1 import (
VH1EpisodeIE,
VH1ClipIE,
VH1ShortUrlIE,
VH1MusicVideoIE
)
from .viddler import ViddlerIE
from .videobam import VideoBamIE
from .videodetective import VideoDetectiveIE