[ellentv] Add new extractor

This commit is contained in:
Alexander Kirk 2014-08-13 12:14:44 +02:00
parent 6f600ff5d6
commit 3cfafc4a9b
2 changed files with 83 additions and 0 deletions

View file

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