[acast] Add new extractor

This commit is contained in:
remitamine
2015-11-28 18:10:37 +01:00
parent 9945c4994c
commit 50e12e9df1
2 changed files with 70 additions and 0 deletions

View File

@@ -3,6 +3,10 @@ from __future__ import unicode_literals
from .abc import ABCIE
from .abc7news import Abc7NewsIE
from .academicearth import AcademicEarthCourseIE
from .acast import (
ACastIE,
ACastChannelIE,
)
from .addanime import AddAnimeIE
from .adobetv import (
AdobeTVIE,