[adobetv] Support embeddable videos (closes #6039)

This commit is contained in:
Yen Chi Hsuan 2015-06-21 18:55:26 +08:00
parent 396726244a
commit 607841af64
2 changed files with 63 additions and 1 deletions

View file

@ -4,7 +4,10 @@ from .abc import ABCIE
from .abc7news import Abc7NewsIE
from .academicearth import AcademicEarthCourseIE
from .addanime import AddAnimeIE
from .adobetv import AdobeTVIE
from .adobetv import (
AdobeTVIE,
AdobeTVVideoIE,
)
from .adultswim import AdultSwimIE
from .aftenposten import AftenpostenIE
from .aftonbladet import AftonbladetIE