Merge pull request #7320 from remitamine/adobetv

[adobetv] improve extraction and add support specific language video,show and channel extraction
This commit is contained in:
remitamine 2015-12-04 08:54:06 +01:00
commit 3047121c63
2 changed files with 116 additions and 51 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