[abcnews] Added a new extractor (closes #3992)
Related: #6108, #8664, #9459
This commit is contained in:
parent
cdd94c2eae
commit
055f0d3d06
3 changed files with 141 additions and 2 deletions
|
@ -3,6 +3,10 @@ from __future__ import unicode_literals
|
|||
|
||||
from .abc import ABCIE
|
||||
from .abc7news import Abc7NewsIE
|
||||
from .abcnews import (
|
||||
AbcNewsIE,
|
||||
AbcNewsVideoIE,
|
||||
)
|
||||
from .academicearth import AcademicEarthCourseIE
|
||||
from .acast import (
|
||||
ACastIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue