[adobetv] add support for show and channel extraction

This commit is contained in:
remitamine
2015-10-29 20:00:27 +01:00
parent 402ca40c9d
commit 9a605c8859
2 changed files with 74 additions and 0 deletions

View File

@ -6,6 +6,8 @@ from .academicearth import AcademicEarthCourseIE
from .addanime import AddAnimeIE
from .adobetv import (
AdobeTVIE,
AdobeTVShowIE,
AdobeTVChannelIE,
AdobeTVVideoIE,
)
from .adultswim import AdultSwimIE