From 3f5c988ecbdbda53d55283b922ed56dace4e8b59 Mon Sep 17 00:00:00 2001 From: anovicecodemonkey Date: Thu, 30 Jan 2014 00:32:02 +1030 Subject: [PATCH] Include support for TheGuardianIE --- youtube_dl/extractor/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index e89b5cf9d..e804e7ce9 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -82,6 +82,7 @@ from .gametrailers import GametrailersIE from .generic import GenericIE from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE +from .theguardian import TheGuardianIE from .hark import HarkIE from .hotnewhiphop import HotNewHipHopIE from .howcast import HowcastIE