Merge pull request #7686 from remitamine/acast
[acast] Add new extractor
This commit is contained in:
commit
07b88cffce
2 changed files with 70 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue