[ellentube] Fix extraction (closes #14407)

This commit is contained in:
Alex Seiler 2017-10-23 21:15:48 +02:00 committed by Sergey M․
parent 1115271ac6
commit e2707a832c
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
3 changed files with 145 additions and 104 deletions

View file

@ -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