diff options
author | Alexander Kirk <alexander@kirk.at> | 2014-08-13 12:14:44 +0200 |
---|---|---|
committer | Alexander Kirk <alexander@kirk.at> | 2014-08-13 12:14:44 +0200 |
commit | 3cfafc4a9bb7e2fe290ab03f12e9a4fc2af7a404 (patch) | |
tree | f5a97d876f4cfa02ade26ab83a97d8ad7bb244b0 /youtube_dl/extractor/__init__.py | |
parent | 6f600ff5d6bda54d8128e6263a468a08edfc3353 (diff) |
[ellentv] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 2ea2c73d2..381a5d999 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -77,6 +77,10 @@ from .ebaumsworld import EbaumsWorldIE from .ehow import EHowIE from .eighttracks import EightTracksIE from .eitb import EitbIE +from .ellentv import ( + EllenTVIE, + EllenTVClipsIE, +) from .elpais import ElPaisIE from .empflix import EmpflixIE from .engadget import EngadgetIE |