[abc:iview] Add new extractor(closes #6148)

This commit is contained in:
Remita Amine 2016-08-22 00:06:39 +01:00
parent 6d2679ee26
commit 55d119e2a1
2 changed files with 67 additions and 1 deletions

View file

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