[adobetv] Support embeddable videos (closes #6039)
This commit is contained in:
parent
396726244a
commit
607841af64
2 changed files with 63 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue