aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-24 06:41:55 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-24 06:41:55 +0200
commit423817c468d67e592145f1390b9c160455a9bcca (patch)
treec13bab32d3b8a1269894a70c2a0c366ce431368b /youtube_dl/extractor/__init__.py
parent51ed9fce09f95fd102c8e2adc0d863176c3f1c0f (diff)
downloadyoutube-dl-423817c468d67e592145f1390b9c160455a9bcca.tar.xz
[expotv] Add new extractor (Fixes #3552)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 9dccbb8ed..0203d9d63 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -88,6 +88,7 @@ from .engadget import EngadgetIE
from .escapist import EscapistIE
from .everyonesmixtape import EveryonesMixtapeIE
from .exfm import ExfmIE
+from .expotv import ExpoTVIE
from .extremetube import ExtremeTubeIE
from .facebook import FacebookIE
from .faz import FazIE