[abcnews] Added a new extractor (closes #3992)

Related: #6108, #8664, #9459
This commit is contained in:
Yen Chi Hsuan 2016-05-17 15:38:57 +08:00
parent cdd94c2eae
commit 055f0d3d06
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
3 changed files with 141 additions and 2 deletions

View file

@ -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,