[abc:iview] Add new extractor(closes #6148)
This commit is contained in:
parent
6d2679ee26
commit
55d119e2a1
2 changed files with 67 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue