aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
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,