aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2016-08-22 00:06:39 +0100
committerRemita Amine <remitamine@gmail.com>2016-08-22 00:07:17 +0100
commit55d119e2a10ccbfadc12b9af30c495f46874c2a3 (patch)
treec1c9ea2d737b37771e8555e51b5442f07dbf5e61 /youtube_dl/extractor/extractors.py
parent6d2679ee26eb6ad0587d01e40ca7a17a6edd6e2a (diff)
downloadyoutube-dl-55d119e2a10ccbfadc12b9af30c495f46874c2a3.tar.xz
[abc:iview] Add new extractor(closes #6148)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index b0644be11..8e405ad72 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1,7 +1,10 @@
# flake8: noqa
from __future__ import unicode_literals
-from .abc import ABCIE
+from .abc import (
+ ABCIE,
+ ABCIViewIE,
+)
from .abc7news import Abc7NewsIE
from .abcnews import (
AbcNewsIE,