diff options
author | Alex Seiler <seileralex@gmail.com> | 2017-10-23 21:15:48 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-12-09 02:16:48 +0700 |
commit | e2707a832cd53e2cfa68b99db997890a6a5bd685 (patch) | |
tree | 0c3c19e222d0628ee8f9f3b4685c929aa7984047 /youtube_dl/extractor/extractors.py | |
parent | 1115271ac61b89cc4ac1ca922eff8a4bed0fbf57 (diff) |
[ellentube] Fix extraction (closes #14407)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index b9c97fac4..55d2dd1fe 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -311,9 +311,11 @@ from .ehow import EHowIE from .eighttracks import EightTracksIE from .einthusan import EinthusanIE from .eitb import EitbIE -from .ellentv import ( - EllenTVIE, - EllenTVClipsIE, +from .ellentube import ( + EllenTubeIE, + EllenTubeEpisodeIE, + EllenTubeStudioIE, + EllenTubeVideoIE, ) from .elpais import ElPaisIE from .embedly import EmbedlyIE |