From 3ee4b60d564718cae7a288c4dc53bea9bb9589bb Mon Sep 17 00:00:00 2001 From: Ralf Haring Date: Fri, 16 May 2014 18:15:02 -0400 Subject: [vh1] Add new extractor (#2072) --- youtube_dl/extractor/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'youtube_dl/extractor/__init__.py') diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 3503c76b7..3e3d99b3e 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -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 -- cgit v1.2.3