From 9e68f9fdf1efa6b6afe141feb27d9626e40c3056 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Wed, 26 Feb 2014 22:25:04 +0000 Subject: Extractor for non-password protected GDC Vault videos --- youtube_dl/extractor/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube_dl/extractor/__init__.py') diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index e16bbd969..60aa97636 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -89,6 +89,7 @@ from .funnyordie import FunnyOrDieIE from .gamekings import GamekingsIE from .gamespot import GameSpotIE from .gametrailers import GametrailersIE +from .gdcvault import GDCVaultIE from .generic import GenericIE from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE -- cgit v1.2.3