aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-05-17 15:38:57 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-05-17 15:38:57 +0800
commit055f0d3d0636e343354a19cd558a3aac3cf31399 (patch)
tree514e814d481d5627d1370947ae2063bc72004807 /youtube_dl/extractor/extractors.py
parentcdd94c2eae6c6f0a627d457c3a73894a62eb86c5 (diff)
downloadyoutube-dl-055f0d3d0636e343354a19cd558a3aac3cf31399.tar.xz
[abcnews] Added a new extractor (closes #3992)
Related: #6108, #8664, #9459
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index ca9d85e33..861701f4c 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -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,